Html Css Color HEX #474ADE Free Speech Blue

📋 copy color: '#474ADE'

red 71 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Blue #474ADE

Tints of Free Speech Blue #474ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

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

R = 19.35%
G = 20.16%
B = 60.49%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#474ADE (or 0x474ADE) is known color: Free Speech Blue. HEX triplet: 47, 4A and DE. RGB value is (71,74,222). Sum of RGB (Red+Green+Blue) = 71+74+222=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #474ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474ADE is #B8B521. Grayscale: #595959. Windows color (decimal): -12104994 or 14568007. OLE color: 14568007.

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

Color convert

RGB 71 74 222 -
CMYK 0.68 0.67 0 0.13
HSL 238.81º 0.7% 0.57% -
HSV(B) 238.81º 0.68% 0.87% -
XYZ 18.23 11.51 70.37 -
YUV 89.98 202.51 114.47 -
System Red Green Blue C M Y K H S L
Decimal 71 74 222 0.68 0.67 0 0.13 238.81 0.7 0.57
Hex 47 4A DE 44 43 0 D EF 46 39
Octal 107 112 336 104 103 0 15 357 106 71
Binary 1000111 1001010 11011110 1000100 1000011 0 1101 11101111 1000110 111001

Color Harmonies of #474ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474ADE

Black with #474ADE

Text Example


Text Example

White with #474ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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