#404BDC

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

Shades of Free Speech Blue #404BDC

Tints of Free Speech Blue #404BDC

Color information

#404BDC (or 0x404BDC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4B and DC. RGB value is (64,75,220). Sum of RGB (Red+Green+Blue) = 64+75+220=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #404BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BDC is #BFB423. Grayscale: #575757. Windows color (decimal): -12563492 or 14437184. OLE color: 14437184.

HSL color Cylindrical-coordinate representation of color #404BDC: hue angle of 235.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404BDC is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6475220-
CMYK0.710.6600.14
HSL235.77º69.03%55.69%-
HSV(B)235.77º70.91%86.27%-
XYZ17.5511.2968.96-
YUV88.24202.36110.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 220 (86.33% from 255) = 61.28%
R=17.83%
G=20.89%
B=61.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal64752200.710.6600.14235.7769.0355.69
Hex404BDC47420Eec4538
Octal10011333410710201635410570
Binary10000001001011110111001000111100001001110111011001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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