Html Css Color HEX #474DD8 Free Speech Blue

📋 copy color: '#474DD8'

red 71 ◦ green 77 ◦ blue 216

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

Shades of Free Speech Blue #474DD8

Tints of Free Speech Blue #474DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

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

R = 19.51%
G = 21.15%
B = 59.34%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#474DD8 (or 0x474DD8) is known color: Free Speech Blue. HEX triplet: 47, 4D and D8. RGB value is (71,77,216). Sum of RGB (Red+Green+Blue) = 71+77+216=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #474DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DD8 is #B8B227. Grayscale: #5A5A5A. Windows color (decimal): -12104232 or 14175559. OLE color: 14175559.

HSL color Cylindrical-coordinate representation of color #474DD8: hue angle of 237.52º 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 #474DD8 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 77 216 -
CMYK 0.67 0.64 0 0.15
HSL 237.52º 0.65% 0.56% -
HSV(B) 237.52º 0.67% 0.85% -
XYZ 17.65 11.61 66.28 -
YUV 91.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 71 77 216 0.67 0.64 0 0.15 237.52 0.65 0.56
Hex 47 4D D8 43 40 0 F EE 41 38
Octal 107 115 330 103 100 0 17 356 101 70
Binary 1000111 1001101 11011000 1000011 1000000 0 1111 11101110 1000001 111000

Color Harmonies of #474DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DD8

Black with #474DD8

Text Example


Text Example

White with #474DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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