#4256CD

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

Shades of Free Speech Blue #4256CD

Tints of Free Speech Blue #4256CD

Color information

#4256CD (or 0x4256CD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 56 and CD. RGB value is (66,86,205). Sum of RGB (Red+Green+Blue) = 66+86+205=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #4256CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256CD is #BDA932. Grayscale: #5D5D5D. Windows color (decimal): -12429619 or 13456962. OLE color: 13456962.

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

Color convert

RGB6686205-
CMYK0.680.5800.20
HSL231.37º58.16%53.14%-
HSV(B)231.37º67.8%80.39%-
XYZ16.5912.2259.24-
YUV93.59190.87108.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 205 (80.47% from 255) = 57.42%
R=18.49%
G=24.09%
B=57.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66862050.680.5800.20231.3758.1653.14
Hex4256CD443A014e73a35
Octal102126315104720243477265
Binary1000010101011011001101100010011101001010011100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4256CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,86,205); }

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

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

 a { background-color: rgb(66,86,205); }

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

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

 span { border-color: rgb(66,86,205); }

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