Html Css Color HEX #404DBE Free Speech Blue

📋 copy color: '#404DBE'

red 64 ◦ green 77 ◦ blue 190

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

Shades of Free Speech Blue #404DBE

Tints of Free Speech Blue #404DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 19.34%
G = 23.26%
B = 57.4%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#404DBE (or 0x404DBE) is known color: Free Speech Blue. HEX triplet: 40, 4D and BE. RGB value is (64,77,190). Sum of RGB (Red+Green+Blue) = 64+77+190=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #404DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DBE is #BFB241. Grayscale: #555555. Windows color (decimal): -12563010 or 12471616. OLE color: 12471616.

HSL color Cylindrical-coordinate representation of color #404DBE: hue angle of 233.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404DBE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 77 190 -
CMYK 0.66 0.59 0 0.25
HSL 233.81º 0.5% 0.5% -
HSV(B) 233.81º 0.66% 0.75% -
XYZ 14.06 10.12 49.93 -
YUV 86 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 64 77 190 0.66 0.59 0 0.25 233.81 0.5 0.5
Hex 40 4D BE 42 3B 0 19 EA 32 32
Octal 100 115 276 102 73 0 31 352 62 62
Binary 1000000 1001101 10111110 1000010 111011 0 11001 11101010 110010 110010

Color Harmonies of #404DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DBE

Black with #404DBE

Text Example


Text Example

White with #404DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,77,190); }

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

background-color css

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

 a { background-color: rgb(64,77,190); }

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

border-color css

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

 span { border-color: rgb(64,77,190); }

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