#4256BA

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

Shades of Free Speech Blue #4256BA

Tints of Free Speech Blue #4256BA

Color information

#4256BA (or 0x4256BA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 56 and BA. RGB value is (66,86,186). Sum of RGB (Red+Green+Blue) = 66+86+186=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #4256BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256BA is #BDA945. Grayscale: #5B5B5B. Windows color (decimal): -12429638 or 12211778. OLE color: 12211778.

HSL color Cylindrical-coordinate representation of color #4256BA: hue angle of 230º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4256BA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6686186-
CMYK0.650.5400.27
HSL230º47.62%49.41%-
HSV(B)230º64.52%72.94%-
XYZ14.4411.3647.89-
YUV91.42181.37109.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=19.53%
G=25.44%
B=55.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66861860.650.5400.2723047.6249.41
Hex4256BA413601Be63031
Octal102126272101660333466061
Binary1000010101011010111010100000111011001101111100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4256BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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