#4046CD

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

Shades of Free Speech Blue #4046CD

Tints of Free Speech Blue #4046CD

Color information

#4046CD (or 0x4046CD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 46 and CD. RGB value is (64,70,205). Sum of RGB (Red+Green+Blue) = 64+70+205=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #4046CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4046CD is #BFB932. Grayscale: #535353. Windows color (decimal): -12564787 or 13452864. OLE color: 13452864.

HSL color Cylindrical-coordinate representation of color #4046CD: hue angle of 237.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4046CD is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6470205-
CMYK0.690.6600.20
HSL237.45º58.51%52.75%-
HSV(B)237.45º68.78%80.39%-
XYZ15.329.8858.86-
YUV83.6196.51114.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 205 (80.47% from 255) = 60.47%
R=18.88%
G=20.65%
B=60.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64702050.690.6600.20237.4558.5152.75
Hex4046CD4542014ed3b35
Octal1001063151051020243557365
Binary10000001000110110011011000101100001001010011101101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4046CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4046CD; }

 p { color: rgb(64,70,205); }

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

<style>
 a { background-color: #4046CD; }

 a { background-color: rgb(64,70,205); }

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

<style>
 span { border-color: #4046CD; }

 span { border-color: rgb(64,70,205); }

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