Html Css Color HEX #474FDB Free Speech Blue

📋 copy color: '#474FDB'

red 71 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #474FDB

Tints of Free Speech Blue #474FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

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

R = 19.24%
G = 21.41%
B = 59.35%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#474FDB (or 0x474FDB) is known color: Free Speech Blue. HEX triplet: 47, 4F and DB. RGB value is (71,79,219). Sum of RGB (Red+Green+Blue) = 71+79+219=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #474FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FDB is #B8B024. Grayscale: #5C5C5C. Windows color (decimal): -12103717 or 14372679. OLE color: 14372679.

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

Color convert

RGB 71 79 219 -
CMYK 0.68 0.64 0 0.14
HSL 236.76º 0.67% 0.57% -
HSV(B) 236.76º 0.68% 0.86% -
XYZ 18.18 12.05 68.38 -
YUV 92.57 199.35 112.62 -
System Red Green Blue C M Y K H S L
Decimal 71 79 219 0.68 0.64 0 0.14 236.76 0.67 0.57
Hex 47 4F DB 44 40 0 E ED 43 39
Octal 107 117 333 104 100 0 16 355 103 71
Binary 1000111 1001111 11011011 1000100 1000000 0 1110 11101101 1000011 111001

Color Harmonies of #474FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FDB

Black with #474FDB

Text Example


Text Example

White with #474FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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