Html Css Color HEX #474DCC Free Speech Blue

📋 copy color: '#474DCC'

red 71 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Blue #474DCC

Tints of Free Speech Blue #474DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 20.17%
G = 21.88%
B = 57.95%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#474DCC (or 0x474DCC) is known color: Free Speech Blue. HEX triplet: 47, 4D and CC. RGB value is (71,77,204). Sum of RGB (Red+Green+Blue) = 71+77+204=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #474DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DCC is #B8B233. Grayscale: #595959. Windows color (decimal): -12104244 or 13389127. OLE color: 13389127.

HSL color Cylindrical-coordinate representation of color #474DCC: hue angle of 237.29º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #474DCC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 77 204 -
CMYK 0.65 0.62 0 0.2
HSL 237.29º 0.57% 0.54% -
HSV(B) 237.29º 0.65% 0.8% -
XYZ 16.15 11.01 58.4 -
YUV 89.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 71 77 204 0.65 0.62 0 0.2 237.29 0.57 0.54
Hex 47 4D CC 41 3E 0 14 ED 39 36
Octal 107 115 314 101 76 0 24 355 71 66
Binary 1000111 1001101 11001100 1000001 111110 0 10100 11101101 111001 110110

Color Harmonies of #474DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DCC

Black with #474DCC

Text Example


Text Example

White with #474DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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