#404BC5

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

Shades of Free Speech Blue #404BC5

Tints of Free Speech Blue #404BC5

Color information

#404BC5 (or 0x404BC5) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4B and C5. RGB value is (64,75,197). Sum of RGB (Red+Green+Blue) = 64+75+197=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 197 (77.34% from 255 or 58.63% from 336); Max value from RGB is 197 - color contains mainly: blue. Hex color #404BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BC5 is #BFB43A. Grayscale: #555555. Windows color (decimal): -12563515 or 12929856. OLE color: 12929856.

HSL color Cylindrical-coordinate representation of color #404BC5: hue angle of 235.04º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404BC5 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6475197-
CMYK0.680.6200.23
HSL235.04º53.41%51.18%-
HSV(B)235.04º67.51%77.25%-
XYZ14.7110.1554.01-
YUV85.62190.86112.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 197 (77.34% from 255) = 58.63%
R=19.05%
G=22.32%
B=58.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64751970.680.6200.23235.0453.4151.18
Hex404BC5443E017eb3533
Octal100113305104760273536563
Binary1000000100101111000101100010011111001011111101011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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