#4457AE

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

Shades of Free Speech Blue #4457AE

Tints of Free Speech Blue #4457AE

Color information

#4457AE (or 0x4457AE) is unknown color: approx Free Speech Blue. HEX triplet: 44, 57 and AE. RGB value is (68,87,174). Sum of RGB (Red+Green+Blue) = 68+87+174=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #4457AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4457AE is #BBA851. Grayscale: #5A5A5A. Windows color (decimal): -12298322 or 11425604. OLE color: 11425604.

HSL color Cylindrical-coordinate representation of color #4457AE: hue angle of 229.25º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4457AE is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6887174-
CMYK0.610.500.32
HSL229.25º43.8%47.45%-
HSV(B)229.25º60.92%68.24%-
XYZ13.4311.141.48-
YUV91.24174.71111.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=20.67%
G=26.44%
B=52.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68871740.610.500.32229.2543.847.45
Hex4457AE3D32020e52c2f
Octal10412725675620403455457
Binary1000100101011110101110111101110010010000011100101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4457AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4457AE; }

 p { color: rgb(68,87,174); }

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

<style>
 a { background-color: #4457AE; }

 a { background-color: rgb(68,87,174); }

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

<style>
 span { border-color: #4457AE; }

 span { border-color: rgb(68,87,174); }

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