Html Css Color HEX #474ADB Free Speech Blue

📋 copy color: '#474ADB'

red 71 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Blue #474ADB

Tints of Free Speech Blue #474ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 19.51%
G = 20.33%
B = 60.16%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#474ADB (or 0x474ADB) is known color: Free Speech Blue. HEX triplet: 47, 4A and DB. RGB value is (71,74,219). Sum of RGB (Red+Green+Blue) = 71+74+219=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #474ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474ADB is #B8B524. Grayscale: #595959. Windows color (decimal): -12104997 or 14371399. OLE color: 14371399.

HSL color Cylindrical-coordinate representation of color #474ADB: hue angle of 238.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474ADB is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 74 219 -
CMYK 0.68 0.66 0 0.14
HSL 238.78º 0.67% 0.57% -
HSV(B) 238.78º 0.68% 0.86% -
XYZ 17.83 11.35 68.27 -
YUV 89.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 71 74 219 0.68 0.66 0 0.14 238.78 0.67 0.57
Hex 47 4A DB 44 42 0 E EF 43 39
Octal 107 112 333 104 102 0 16 357 103 71
Binary 1000111 1001010 11011011 1000100 1000010 0 1110 11101111 1000011 111001

Color Harmonies of #474ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474ADB

Black with #474ADB

Text Example


Text Example

White with #474ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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