Html Css Color HEX #474DDE Free Speech Blue

📋 copy color: '#474DDE'

red 71 ◦ green 77 ◦ blue 222

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

Shades of Free Speech Blue #474DDE

Tints of Free Speech Blue #474DDE

RGB

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

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

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

R = 19.19%
G = 20.81%
B = 60%

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

#474DDE (or 0x474DDE) is known color: Free Speech Blue. HEX triplet: 47, 4D and DE. RGB value is (71,77,222). Sum of RGB (Red+Green+Blue) = 71+77+222=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #474DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DDE is #B8B221. Grayscale: #5B5B5B. Windows color (decimal): -12104226 or 14568775. OLE color: 14568775.

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

Color convert

RGB 71 77 222 -
CMYK 0.68 0.65 0 0.13
HSL 237.62º 0.7% 0.57% -
HSV(B) 237.62º 0.68% 0.87% -
XYZ 18.44 11.92 70.44 -
YUV 91.74 201.51 113.21 -
System Red Green Blue C M Y K H S L
Decimal 71 77 222 0.68 0.65 0 0.13 237.62 0.7 0.57
Hex 47 4D DE 44 41 0 D EE 46 39
Octal 107 115 336 104 101 0 15 356 106 71
Binary 1000111 1001101 11011110 1000100 1000001 0 1101 11101110 1000110 111001

Color Harmonies of #474DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DDE

Black with #474DDE

Text Example


Text Example

White with #474DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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