Html Css Color HEX #474FCD Free Speech Blue

📋 copy color: '#474FCD'

red 71 ◦ green 79 ◦ blue 205

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

Shades of Free Speech Blue #474FCD

Tints of Free Speech Blue #474FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 20%
G = 22.25%
B = 57.75%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#474FCD (or 0x474FCD) is known color: Free Speech Blue. HEX triplet: 47, 4F and CD. RGB value is (71,79,205). Sum of RGB (Red+Green+Blue) = 71+79+205=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #474FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FCD is #B8B032. Grayscale: #5A5A5A. Windows color (decimal): -12103731 or 13455175. OLE color: 13455175.

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

Color convert

RGB 71 79 205 -
CMYK 0.65 0.61 0 0.20
HSL 236.42º 0.57% 0.54% -
HSV(B) 236.42º 0.65% 0.8% -
XYZ 16.41 11.34 59.08 -
YUV 90.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 71 79 205 0.65 0.61 0 0.20 236.42 0.57 0.54
Hex 47 4F CD 41 3D 0 14 EC 39 36
Octal 107 117 315 101 75 0 24 354 71 66
Binary 1000111 1001111 11001101 1000001 111101 0 10100 11101100 111001 110110

Color Harmonies of #474FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FCD

Black with #474FCD

Text Example


Text Example

White with #474FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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