Html Css Color HEX #474DD7 Free Speech Blue

📋 copy color: '#474DD7'

red 71 ◦ green 77 ◦ blue 215

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

Shades of Free Speech Blue #474DD7

Tints of Free Speech Blue #474DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.23%

R = 19.56%
G = 21.21%
B = 59.23%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#474DD7 (or 0x474DD7) is known color: Free Speech Blue. HEX triplet: 47, 4D and D7. RGB value is (71,77,215). Sum of RGB (Red+Green+Blue) = 71+77+215=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #474DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DD7 is #B8B228. Grayscale: #5A5A5A. Windows color (decimal): -12104233 or 14110023. OLE color: 14110023.

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

Color convert

RGB 71 77 215 -
CMYK 0.67 0.64 0 0.16
HSL 237.5º 0.64% 0.56% -
HSV(B) 237.5º 0.67% 0.84% -
XYZ 17.52 11.55 65.6 -
YUV 90.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 71 77 215 0.67 0.64 0 0.16 237.5 0.64 0.56
Hex 47 4D D7 43 40 0 10 EE 40 38
Octal 107 115 327 103 100 0 20 356 100 70
Binary 1000111 1001101 11010111 1000011 1000000 0 10000 11101110 1000000 111000

Color Harmonies of #474DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DD7

Black with #474DD7

Text Example


Text Example

White with #474DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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