#4056AF

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

Shades of Free Speech Blue #4056AF

Tints of Free Speech Blue #4056AF

Color information

#4056AF (or 0x4056AF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 56 and AF. RGB value is (64,86,175). Sum of RGB (Red+Green+Blue) = 64+86+175=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #4056AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4056AF is #BFA950. Grayscale: #595959. Windows color (decimal): -12560721 or 11490880. OLE color: 11490880.

HSL color Cylindrical-coordinate representation of color #4056AF: hue angle of 228.11º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4056AF is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6486175-
CMYK0.630.5100.31
HSL228.11º46.44%46.86%-
HSV(B)228.11º63.43%68.63%-
XYZ13.1810.8441.96-
YUV89.57176.21109.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=19.69%
G=26.46%
B=53.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64861750.630.5100.31228.1146.4446.86
Hex4056AF3F3301Fe42e2f
Octal10012625777630373445657
Binary100000010101101010111111111111001101111111100100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4056AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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