Html Css Color HEX #404EBB Free Speech Blue

📋 copy color: '#404EBB'

red 64 ◦ green 78 ◦ blue 187

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

Shades of Free Speech Blue #404EBB

Tints of Free Speech Blue #404EBB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.71%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 19.45%
G = 23.71%
B = 56.84%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#404EBB (or 0x404EBB) is known color: Free Speech Blue. HEX triplet: 40, 4E and BB. RGB value is (64,78,187). Sum of RGB (Red+Green+Blue) = 64+78+187=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #404EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EBB is #BFB144. Grayscale: #555555. Windows color (decimal): -12562757 or 12275264. OLE color: 12275264.

HSL color Cylindrical-coordinate representation of color #404EBB: hue angle of 233.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404EBB is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 78 187 -
CMYK 0.66 0.58 0 0.27
HSL 233.17º 0.49% 0.49% -
HSV(B) 233.17º 0.66% 0.73% -
XYZ 13.81 10.13 48.24 -
YUV 86.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 64 78 187 0.66 0.58 0 0.27 233.17 0.49 0.49
Hex 40 4E BB 42 3A 0 1B E9 31 31
Octal 100 116 273 102 72 0 33 351 61 61
Binary 1000000 1001110 10111011 1000010 111010 0 11011 11101001 110001 110001

Color Harmonies of #404EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EBB

Black with #404EBB

Text Example


Text Example

White with #404EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,78,187); }

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

background-color css

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

 a { background-color: rgb(64,78,187); }

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

border-color css

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

 span { border-color: rgb(64,78,187); }

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