Html Css Color HEX #474ECE Free Speech Blue

📋 copy color: '#474ECE'

red 71 ◦ green 78 ◦ blue 206

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

Shades of Free Speech Blue #474ECE

Tints of Free Speech Blue #474ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 20%
G = 21.97%
B = 58.03%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#474ECE (or 0x474ECE) is known color: Free Speech Blue. HEX triplet: 47, 4E and CE. RGB value is (71,78,206). Sum of RGB (Red+Green+Blue) = 71+78+206=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #474ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ECE is #B8B131. Grayscale: #595959. Windows color (decimal): -12103986 or 13520455. OLE color: 13520455.

HSL color Cylindrical-coordinate representation of color #474ECE: hue angle of 236.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474ECE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 78 206 -
CMYK 0.66 0.62 0 0.19
HSL 236.89º 0.58% 0.54% -
HSV(B) 236.89º 0.66% 0.81% -
XYZ 16.46 11.24 59.7 -
YUV 90.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 71 78 206 0.66 0.62 0 0.19 236.89 0.58 0.54
Hex 47 4E CE 42 3E 0 13 ED 3A 36
Octal 107 116 316 102 76 0 23 355 72 66
Binary 1000111 1001110 11001110 1000010 111110 0 10011 11101101 111010 110110

Color Harmonies of #474ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474ECE

Black with #474ECE

Text Example


Text Example

White with #474ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,78,206); }

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

background-color css

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

 a { background-color: rgb(71,78,206); }

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

border-color css

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

 span { border-color: rgb(71,78,206); }

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