Html Css Color HEX #404CDB Free Speech Blue

📋 copy color: '#404CDB'

red 64 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #404CDB

Tints of Free Speech Blue #404CDB

RGB

 RED value IS 64 (25.39% from 255) = 17.83%

 GREEN value IS 76 (30.08% from 255) = 21.17%

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

R = 17.83%
G = 21.17%
B = 61%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#404CDB (or 0x404CDB) is known color: Free Speech Blue. HEX triplet: 40, 4C and DB. RGB value is (64,76,219). Sum of RGB (Red+Green+Blue) = 64+76+219=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #404CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CDB is #BFB324. Grayscale: #585858. Windows color (decimal): -12563237 or 14371904. OLE color: 14371904.

HSL color Cylindrical-coordinate representation of color #404CDB: hue angle of 235.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404CDB is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 76 219 -
CMYK 0.71 0.65 0 0.14
HSL 235.35º 0.68% 0.55% -
HSV(B) 235.35º 0.71% 0.86% -
XYZ 17.48 11.37 68.29 -
YUV 88.71 201.52 110.37 -
System Red Green Blue C M Y K H S L
Decimal 64 76 219 0.71 0.65 0 0.14 235.35 0.68 0.55
Hex 40 4C DB 47 41 0 E EB 44 37
Octal 100 114 333 107 101 0 16 353 104 67
Binary 1000000 1001100 11011011 1000111 1000001 0 1110 11101011 1000100 110111

Color Harmonies of #404CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CDB

Black with #404CDB

Text Example


Text Example

White with #404CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404CDB; }

 p { color: rgb(64,76,219); }

 H1.HeaderClassName
 {
   color: #404CDB;
 }
 .AnyTagClassName
 {
   color: #404CDB;
 }
</style>

background-color css

<style>
 a { background-color: #404CDB; }

 a { background-color: rgb(64,76,219); }

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

border-color css

<style>
 span { border-color: #404CDB; }

 span { border-color: rgb(64,76,219); }

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