Html Css Color HEX #474EDE Free Speech Blue

📋 copy color: '#474EDE'

red 71 ◦ green 78 ◦ blue 222

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

Shades of Free Speech Blue #474EDE

Tints of Free Speech Blue #474EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.84%

R = 19.14%
G = 21.02%
B = 59.84%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#474EDE (or 0x474EDE) is known color: Free Speech Blue. HEX triplet: 47, 4E and DE. RGB value is (71,78,222). Sum of RGB (Red+Green+Blue) = 71+78+222=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #474EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474EDE is #B8B121. Grayscale: #5B5B5B. Windows color (decimal): -12103970 or 14569031. OLE color: 14569031.

HSL color Cylindrical-coordinate representation of color #474EDE: hue angle of 237.22º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474EDE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 78 222 -
CMYK 0.68 0.65 0 0.13
HSL 237.22º 0.7% 0.57% -
HSV(B) 237.22º 0.68% 0.87% -
XYZ 18.51 12.06 70.46 -
YUV 92.32 201.18 112.79 -
System Red Green Blue C M Y K H S L
Decimal 71 78 222 0.68 0.65 0 0.13 237.22 0.7 0.57
Hex 47 4E DE 44 41 0 D ED 46 39
Octal 107 116 336 104 101 0 15 355 106 71
Binary 1000111 1001110 11011110 1000100 1000001 0 1101 11101101 1000110 111001

Color Harmonies of #474EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EDE

Black with #474EDE

Text Example


Text Example

White with #474EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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