Html Css Color HEX #474BD8 Free Speech Blue

📋 copy color: '#474BD8'

red 71 ◦ green 75 ◦ blue 216

#474BD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #474BD8

Tints of Free Speech Blue #474BD8

RGB

 RED value IS 71 (28.13% from 255) = 19.61%

 GREEN value IS 75 (29.69% from 255) = 20.72%

 BLUE value IS 216 (84.77% from 255) = 59.67%

R = 19.61%
G = 20.72%
B = 59.67%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#474BD8 (or 0x474BD8) is known color: Free Speech Blue. HEX triplet: 47, 4B and D8. RGB value is (71,75,216). Sum of RGB (Red+Green+Blue) = 71+75+216=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #474BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BD8 is #B8B427. Grayscale: #595959. Windows color (decimal): -12104744 or 14175047. OLE color: 14175047.

HSL color Cylindrical-coordinate representation of color #474BD8: hue angle of 238.34º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474BD8 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 75 216 -
CMYK 0.67 0.65 0 0.15
HSL 238.34º 0.65% 0.56% -
HSV(B) 238.34º 0.67% 0.85% -
XYZ 17.51 11.33 66.23 -
YUV 89.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 71 75 216 0.67 0.65 0 0.15 238.34 0.65 0.56
Hex 47 4B D8 43 41 0 F EE 41 38
Octal 107 113 330 103 101 0 17 356 101 70
Binary 1000111 1001011 11011000 1000011 1000001 0 1111 11101110 1000001 111000

Color Harmonies of #474BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BD8

Black with #474BD8

Text Example


Text Example

White with #474BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474BD8; }

 p { color: rgb(71,75,216); }

 H1.HeaderClassName
 {
   color: #474BD8;
 }
 .AnyTagClassName
 {
   color: #474BD8;
 }
</style>

background-color css

<style>
 a { background-color: #474BD8; }

 a { background-color: rgb(71,75,216); }

 div.DivClassName
 {
   background-color: #474BD8;
 }
 .BgClassName
 {
   background-color: #474BD8;
 }
</style>

border-color css

<style>
 span { border-color: #474BD8; }

 span { border-color: rgb(71,75,216); }

 td.TdClassName
 {
   border-color: #474BD8;
 }
 .TagClassName
 {
   border-color: #474BD8;
 }
</style>