#4256CA

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

Shades of Free Speech Blue #4256CA

Tints of Free Speech Blue #4256CA

Color information

#4256CA (or 0x4256CA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 56 and CA. RGB value is (66,86,202). Sum of RGB (Red+Green+Blue) = 66+86+202=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #4256CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256CA is #BDA935. Grayscale: #5C5C5C. Windows color (decimal): -12429622 or 13260354. OLE color: 13260354.

HSL color Cylindrical-coordinate representation of color #4256CA: hue angle of 231.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4256CA is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6686202-
CMYK0.670.5700.21
HSL231.18º56.2%52.55%-
HSV(B)231.18º67.33%79.22%-
XYZ16.2412.0857.35-
YUV93.24189.37108.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=18.64%
G=24.29%
B=57.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66862020.670.5700.21231.1856.252.55
Hex4256CA4339015e73835
Octal102126312103710253477065
Binary1000010101011011001010100001111100101010111100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4256CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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