#404bcb

Color #404BCB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #404BCB

Tints of Free Speech Blue #404BCB

Color information

#404BCB (or 0x404BCB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4B and CB. RGB value is (64,75,203). Sum of RGB (Red+Green+Blue) = 64+75+203=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #404BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BCB is #BFB434. Grayscale: #555555. Windows color (decimal): -12563509 or 13323072. OLE color: 13323072.

HSL color Cylindrical-coordinate representation of color #404BCB: hue angle of 235.25º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404BCB is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6475203-
CMYK0.680.6300.20
HSL235.25º57.2%52.35%-
HSV(B)235.25º68.47%79.61%-
XYZ15.4110.4357.7-
YUV86.3193.86112.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 203 (79.69% from 255) = 59.36%
R=18.71%
G=21.93%
B=59.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64752030.680.6300.20235.2557.252.35
Hex404BCB443F014eb3934
Octal100113313104770243537164
Binary1000000100101111001011100010011111101010011101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404bcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #404bcb;
 }
 .AnyTagClassName
 {
   color: #404bcb;
 }
</style>
background-color css

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

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

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

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

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

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