#4557CC

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

Shades of Free Speech Blue #4557CC

Tints of Free Speech Blue #4557CC

Color information

#4557CC (or 0x4557CC) is unknown color: approx Free Speech Blue. HEX triplet: 45, 57 and CC. RGB value is (69,87,204). Sum of RGB (Red+Green+Blue) = 69+87+204=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #4557CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4557CC is #BAA833. Grayscale: #5E5E5E. Windows color (decimal): -12232756 or 13391685. OLE color: 13391685.

HSL color Cylindrical-coordinate representation of color #4557CC: hue angle of 232º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4557CC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6987204-
CMYK0.660.5700.2
HSL232º56.96%53.53%-
HSV(B)232º66.18%80%-
XYZ16.7612.4458.64-
YUV94.96189.54109.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=19.17%
G=24.17%
B=56.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69872040.660.5700.223256.9653.53
Hex4557CC4239014e83936
Octal105127314102710243507166
Binary1000101101011111001100100001011100101010011101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4557CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4557CC; }

 p { color: rgb(69,87,204); }

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

<style>
 a { background-color: #4557CC; }

 a { background-color: rgb(69,87,204); }

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

<style>
 span { border-color: #4557CC; }

 span { border-color: rgb(69,87,204); }

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