#4953CC

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

Shades of Free Speech Blue #4953CC

Tints of Free Speech Blue #4953CC

Color information

#4953CC (or 0x4953CC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 53 and CC. RGB value is (73,83,204). Sum of RGB (Red+Green+Blue) = 73+83+204=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 83 (32.81% from 255 or 23.06% 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 #4953CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4953CC is #B6AC33. Grayscale: #5D5D5D. Windows color (decimal): -11971636 or 13390665. OLE color: 13390665.

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

Color convert

RGB7383204-
CMYK0.640.5900.2
HSL235.42º56.22%54.31%-
HSV(B)235.42º64.22%80%-
XYZ16.7411.9658.55-
YUV93.8190.19113.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=20.28%
G=23.06%
B=56.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal73832040.640.5900.2235.4256.2254.31
Hex4953CC403B014eb3836
Octal111123314100730243537066
Binary1001001101001111001100100000011101101010011101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4953CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,83,204); }

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

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

 a { background-color: rgb(73,83,204); }

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

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

 span { border-color: rgb(73,83,204); }

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