#4957C5

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

Shades of Free Speech Blue #4957C5

Tints of Free Speech Blue #4957C5

Color information

#4957C5 (or 0x4957C5) is unknown color: approx Free Speech Blue. HEX triplet: 49, 57 and C5. RGB value is (73,87,197). Sum of RGB (Red+Green+Blue) = 73+87+197=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #4957C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4957C5 is #B6A83A. Grayscale: #5E5E5E. Windows color (decimal): -11970619 or 12932937. OLE color: 12932937.

HSL color Cylindrical-coordinate representation of color #4957C5: hue angle of 233.23º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4957C5 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7387197-
CMYK0.630.5600.23
HSL233.23º51.67%52.94%-
HSV(B)233.23º62.94%77.25%-
XYZ16.2312.2654.33-
YUV95.35185.36112.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 197 (77.34% from 255) = 55.18%
R=20.45%
G=24.37%
B=55.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73871970.630.5600.23233.2351.6752.94
Hex4957C53F38017e93435
Octal11112730577700273516465
Binary100100110101111100010111111111100001011111101001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4957C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4957C5; }

 p { color: rgb(73,87,197); }

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

<style>
 a { background-color: #4957C5; }

 a { background-color: rgb(73,87,197); }

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

<style>
 span { border-color: #4957C5; }

 span { border-color: rgb(73,87,197); }

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