Html Css Color HEX #474DDB Free Speech Blue

📋 copy color: '#474DDB'

red 71 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #474DDB

Tints of Free Speech Blue #474DDB

RGB

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

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

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

R = 19.35%
G = 20.98%
B = 59.67%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#474DDB (or 0x474DDB) is known color: Free Speech Blue. HEX triplet: 47, 4D and DB. RGB value is (71,77,219). Sum of RGB (Red+Green+Blue) = 71+77+219=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #474DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DDB is #B8B224. Grayscale: #5A5A5A. Windows color (decimal): -12104229 or 14372167. OLE color: 14372167.

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

Color convert

RGB 71 77 219 -
CMYK 0.68 0.65 0 0.14
HSL 237.57º 0.67% 0.57% -
HSV(B) 237.57º 0.68% 0.86% -
XYZ 18.04 11.76 68.34 -
YUV 91.39 200.01 113.45 -
System Red Green Blue C M Y K H S L
Decimal 71 77 219 0.68 0.65 0 0.14 237.57 0.67 0.57
Hex 47 4D DB 44 41 0 E EE 43 39
Octal 107 115 333 104 101 0 16 356 103 71
Binary 1000111 1001101 11011011 1000100 1000001 0 1110 11101110 1000011 111001

Color Harmonies of #474DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DDB

Black with #474DDB

Text Example


Text Example

White with #474DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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