#4459AF

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

Shades of Free Speech Blue #4459AF

Tints of Free Speech Blue #4459AF

Color information

#4459AF (or 0x4459AF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 59 and AF. RGB value is (68,89,175). Sum of RGB (Red+Green+Blue) = 68+89+175=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #4459AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4459AF is #BBA650. Grayscale: #5C5C5C. Windows color (decimal): -12297809 or 11491652. OLE color: 11491652.

HSL color Cylindrical-coordinate representation of color #4459AF: hue angle of 228.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4459AF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6889175-
CMYK0.610.4900.31
HSL228.22º44.03%47.65%-
HSV(B)228.22º61.14%68.63%-
XYZ13.6911.4742.05-
YUV92.52174.54110.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=20.48%
G=26.81%
B=52.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68891750.610.4900.31228.2244.0347.65
Hex4459AF3D3101Fe42c30
Octal10413125775610373445460
Binary100010010110011010111111110111000101111111100100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4459AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,89,175); }

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

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

 a { background-color: rgb(68,89,175); }

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

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

 span { border-color: rgb(68,89,175); }

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