Color Hex Logo

#4658fb Color Hex

#4658FB
(70,88,251)
0 Favorites   0 Comments

Color spaces of #4658fb

RGB 7088251
HSL0.650.960.63
HSV234°72°98°
CMYK 0.720.650.00   0.02
XYZ23.428115.246692.9749
Yxy15.24660.17800.1158
Hunter Lab39.046938.7678-113.8431
CIE-Lab45.970146.3865-82.8977

#4658fb color RGB value is (70,88,251).

#4658fb hex color red value is 70, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4658fb hue: 0.65 , saturation: 0.96 and the lightness value of 4658fb is 0.63.

The process color (four color CMYK) of #4658fb color hex is 0.72, 0.65, 0.00, 0.02. Web safe color of #4658fb is #3366ff. Color #4658fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011000 11111011
Octal 106 130 373
Decimal 70 88 251
Hex 46 58 FB

RGB Percentages of Color #4658fb

%17.11
%21.52
%61.37

CMYK Percentages of Color #4658fb

%72
%65
%0
%2

Triadic Colors of #4658fb

#4658fb #fb4658 #58fb46

Analogous Colors of #4658fb

#4658fb #8f46fb #46b3fb

Monochromatic Colors of #4658fb

#4658fb

Complementary Color

#4658fb #fbe946

#4658fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4658fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4658fb Color CSS Codes

.mybgcolor {background-color:#4658fb; } 
.myforecolor {color:#4658fb; }
.mybordercolor {border:3px solid #4658fb; }

#4658fb Text Font Color

<p style="color:#4658fb">Text here</p>

This sample text font color is #4658fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4658fb Background Color

<div style="background-color:#4658fb">
Div content here</div>

This div background color is #4658fb


#4658fb Border Color

<div style="border:3px solid #4658fb">
Div here</div>

This div border color is #4658fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,88,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4658fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4658fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4658fb;
  box-shadow:         1px 1px 3px 2px #4658fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,88,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4658fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4658fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4658fb;
  box-shadow:         1px 1px 3px 2px #4658fb;">
Div content here</div>

This div box has shadow with color #4658fb


Comments

No comments written yet.

Please login to write comment.