Color Hex Logo

#4675fa Color Hex

#4675FA
(70,117,250)
0 Favorites   0 Comments

Color spaces of #4675fa

RGB 70117250
HSL0.620.950.63
HSV224°72°98°
CMYK 0.720.530.00   0.02
XYZ26.142420.926893.1039
Yxy20.92680.18650.1493
Hunter Lab45.745821.9524-88.6475
CIE-Lab52.869328.3160-71.0903

#4675fa color RGB value is (70,117,250).

#4675fa hex color red value is 70, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4675fa hue: 0.62 , saturation: 0.95 and the lightness value of 4675fa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110101 11111010
Octal 106 165 372
Decimal 70 117 250
Hex 46 75 FA

RGB Percentages of Color #4675fa

%16.02
%26.77
%57.21

CMYK Percentages of Color #4675fa

%72
%53
%0
%2

Triadic Colors of #4675fa

#4675fa #fa4675 #75fa46

Analogous Colors of #4675fa

#4675fa #7146fa #46cffa

Monochromatic Colors of #4675fa

#4675fa

Complementary Color

#4675fa #facb46

#4675fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4675fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4675fa Color CSS Codes

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

#4675fa Text Font Color

<p style="color:#4675fa">Text here</p>

This sample text font color is #4675fa
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.


#4675fa Background Color

<div style="background-color:#4675fa">
Div content here</div>

This div background color is #4675fa


#4675fa Border Color

<div style="border:3px solid #4675fa">
Div here</div>

This div border color is #4675fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,117,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4675fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4675fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4675fa;
  box-shadow:         1px 1px 3px 2px #4675fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4675fa


Comments

No comments written yet.

Please login to write comment.