#4256D5

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

Shades of Free Speech Blue #4256D5

Tints of Free Speech Blue #4256D5

Color information

#4256D5 (or 0x4256D5) is unknown color: approx Free Speech Blue. HEX triplet: 42, 56 and D5. RGB value is (66,86,213). Sum of RGB (Red+Green+Blue) = 66+86+213=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 213 (83.59% from 255 or 58.36% from 365); Max value from RGB is 213 - color contains mainly: blue. Hex color #4256D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256D5 is #BDA92A. Grayscale: #5D5D5D. Windows color (decimal): -12429611 or 13981250. OLE color: 13981250.

HSL color Cylindrical-coordinate representation of color #4256D5: hue angle of 231.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4256D5 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6686213-
CMYK0.690.6000.16
HSL231.84º63.64%54.71%-
HSV(B)231.84º69.01%83.53%-
XYZ17.5812.6264.46-
YUV94.5194.87107.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 213 (83.59% from 255) = 58.36%
R=18.08%
G=23.56%
B=58.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66862130.690.6000.16231.8463.6454.71
Hex4256D5453C010e84037
Octal1021263251057402035010067
Binary10000101010110110101011000101111100010000111010001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4256D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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