Html Css Color HEX #404BBB Free Speech Blue

📋 copy color: '#404BBB'

red 64 ◦ green 75 ◦ blue 187

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

Shades of Free Speech Blue #404BBB

Tints of Free Speech Blue #404BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

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

R = 19.63%
G = 23.01%
B = 57.36%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#404BBB (or 0x404BBB) is known color: Free Speech Blue. HEX triplet: 40, 4B and BB. RGB value is (64,75,187). Sum of RGB (Red+Green+Blue) = 64+75+187=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #404BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BBB is #BFB444. Grayscale: #545454. Windows color (decimal): -12563525 or 12274496. OLE color: 12274496.

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

Color convert

RGB 64 75 187 -
CMYK 0.66 0.60 0 0.27
HSL 234.63º 0.49% 0.49% -
HSV(B) 234.63º 0.66% 0.73% -
XYZ 13.6 9.71 48.17 -
YUV 84.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 64 75 187 0.66 0.60 0 0.27 234.63 0.49 0.49
Hex 40 4B BB 42 3C 0 1B EB 31 31
Octal 100 113 273 102 74 0 33 353 61 61
Binary 1000000 1001011 10111011 1000010 111100 0 11011 11101011 110001 110001

Color Harmonies of #404BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BBB

Black with #404BBB

Text Example


Text Example

White with #404BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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