Html Css Color HEX #404CBB Free Speech Blue

📋 copy color: '#404CBB'

red 64 ◦ green 76 ◦ blue 187

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

Shades of Free Speech Blue #404CBB

Tints of Free Speech Blue #404CBB

RGB

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

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

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

R = 19.57%
G = 23.24%
B = 57.19%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#404CBB (or 0x404CBB) is known color: Free Speech Blue. HEX triplet: 40, 4C and BB. RGB value is (64,76,187). Sum of RGB (Red+Green+Blue) = 64+76+187=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #404CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CBB is #BFB344. Grayscale: #545454. Windows color (decimal): -12563269 or 12274752. OLE color: 12274752.

HSL color Cylindrical-coordinate representation of color #404CBB: hue angle of 234.15º 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 #404CBB is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 76 187 -
CMYK 0.66 0.59 0 0.27
HSL 234.15º 0.49% 0.49% -
HSV(B) 234.15º 0.66% 0.73% -
XYZ 13.67 9.85 48.19 -
YUV 85.07 185.52 112.97 -
System Red Green Blue C M Y K H S L
Decimal 64 76 187 0.66 0.59 0 0.27 234.15 0.49 0.49
Hex 40 4C BB 42 3B 0 1B EA 31 31
Octal 100 114 273 102 73 0 33 352 61 61
Binary 1000000 1001100 10111011 1000010 111011 0 11011 11101010 110001 110001

Color Harmonies of #404CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CBB

Black with #404CBB

Text Example


Text Example

White with #404CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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