#4656AF

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

Shades of Free Speech Blue #4656AF

Tints of Free Speech Blue #4656AF

Color information

#4656AF (or 0x4656AF) is unknown color: approx Free Speech Blue. HEX triplet: 46, 56 and AF. RGB value is (70,86,175). Sum of RGB (Red+Green+Blue) = 70+86+175=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #4656AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4656AF is #B9A950. Grayscale: #5A5A5A. Windows color (decimal): -12167505 or 11490886. OLE color: 11490886.

HSL color Cylindrical-coordinate representation of color #4656AF: hue angle of 230.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4656AF is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7086175-
CMYK0.600.5100.31
HSL230.86º42.86%48.04%-
HSV(B)230.86º60%68.63%-
XYZ13.5911.0541.97-
YUV91.36175.2112.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=21.15%
G=25.98%
B=52.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70861750.600.5100.31230.8642.8648.04
Hex4656AF3C3301Fe72b30
Octal10612625774630373475360
Binary100011010101101010111111110011001101111111100111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4656AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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