Html Css Color HEX #474FCC Free Speech Blue

📋 copy color: '#474FCC'

red 71 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Blue #474FCC

Tints of Free Speech Blue #474FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 20.06%
G = 22.32%
B = 57.63%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#474FCC (or 0x474FCC) is known color: Free Speech Blue. HEX triplet: 47, 4F and CC. RGB value is (71,79,204). Sum of RGB (Red+Green+Blue) = 71+79+204=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #474FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FCC is #B8B033. Grayscale: #5A5A5A. Windows color (decimal): -12103732 or 13389639. OLE color: 13389639.

HSL color Cylindrical-coordinate representation of color #474FCC: hue angle of 236.39º 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 #474FCC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 79 204 -
CMYK 0.65 0.61 0 0.2
HSL 236.39º 0.57% 0.54% -
HSV(B) 236.39º 0.65% 0.8% -
XYZ 16.29 11.29 58.45 -
YUV 90.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 71 79 204 0.65 0.61 0 0.2 236.39 0.57 0.54
Hex 47 4F CC 41 3D 0 14 EC 39 36
Octal 107 117 314 101 75 0 24 354 71 66
Binary 1000111 1001111 11001100 1000001 111101 0 10100 11101100 111001 110110

Color Harmonies of #474FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FCC

Black with #474FCC

Text Example


Text Example

White with #474FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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