#404CC4

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

Shades of Free Speech Blue #404CC4

Tints of Free Speech Blue #404CC4

Color information

#404CC4 (or 0x404CC4) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4C and C4. RGB value is (64,76,196). Sum of RGB (Red+Green+Blue) = 64+76+196=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #404CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CC4 is #BFB33B. Grayscale: #555555. Windows color (decimal): -12563260 or 12864576. OLE color: 12864576.

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

Color convert

RGB6476196-
CMYK0.670.6100.23
HSL234.55º52.8%50.98%-
HSV(B)234.55º67.35%76.86%-
XYZ14.6610.2453.43-
YUV86.09190.02112.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=19.05%
G=22.62%
B=58.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64761960.670.6100.23234.5552.850.98
Hex404CC4433D017eb3533
Octal100114304103750273536563
Binary1000000100110011000100100001111110101011111101011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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