#4056CB

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

Shades of Free Speech Blue #4056CB

Tints of Free Speech Blue #4056CB

Color information

#4056CB (or 0x4056CB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 56 and CB. RGB value is (64,86,203). Sum of RGB (Red+Green+Blue) = 64+86+203=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #4056CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4056CB is #BFA934. Grayscale: #5C5C5C. Windows color (decimal): -12560693 or 13325888. OLE color: 13325888.

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

Color convert

RGB6486203-
CMYK0.680.5800.20
HSL230.5º57.2%52.35%-
HSV(B)230.5º68.47%79.61%-
XYZ16.2212.0657.97-
YUV92.76190.21107.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 203 (79.69% from 255) = 57.51%
R=18.13%
G=24.36%
B=57.51%

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
Decimal64862030.680.5800.20230.557.252.35
Hex4056CB443A014e73934
Octal100126313104720243477164
Binary1000000101011011001011100010011101001010011100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4056CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4056CB; }

 p { color: rgb(64,86,203); }

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

<style>
 a { background-color: #4056CB; }

 a { background-color: rgb(64,86,203); }

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

<style>
 span { border-color: #4056CB; }

 span { border-color: rgb(64,86,203); }

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