#4757C5

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

Shades of Free Speech Blue #4757C5

Tints of Free Speech Blue #4757C5

Color information

#4757C5 (or 0x4757C5) is unknown color: approx Free Speech Blue. HEX triplet: 47, 57 and C5. RGB value is (71,87,197). Sum of RGB (Red+Green+Blue) = 71+87+197=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #4757C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4757C5 is #B8A83A. Grayscale: #5E5E5E. Windows color (decimal): -12101691 or 12932935. OLE color: 12932935.

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

Color convert

RGB7187197-
CMYK0.640.5600.23
HSL232.38º52.07%52.55%-
HSV(B)232.38º63.96%77.25%-
XYZ16.0812.1954.33-
YUV94.76185.7111.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 197 (77.34% from 255) = 55.49%
R=20%
G=24.51%
B=55.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71871970.640.5600.23232.3852.0752.55
Hex4757C54038017e83435
Octal107127305100700273506465
Binary1000111101011111000101100000011100001011111101000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4757C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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