#4757D7

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

Shades of Free Speech Blue #4757D7

Tints of Free Speech Blue #4757D7

Color information

#4757D7 (or 0x4757D7) is unknown color: approx Free Speech Blue. HEX triplet: 47, 57 and D7. RGB value is (71,87,215). Sum of RGB (Red+Green+Blue) = 71+87+215=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #4757D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4757D7 is #B8A828. Grayscale: #606060. Windows color (decimal): -12101673 or 14112583. OLE color: 14112583.

HSL color Cylindrical-coordinate representation of color #4757D7: hue angle of 233.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4757D7 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7187215-
CMYK0.670.6000.16
HSL233.33º64.29%56.08%-
HSV(B)233.33º66.98%84.31%-
XYZ18.2713.0665.85-
YUV96.81194.7109.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.03%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 215 (84.38% from 255) = 57.64%
R=19.03%
G=23.32%
B=57.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71872150.670.6000.16233.3364.2956.08
Hex4757D7433C010e94038
Octal1071273271037402035110070
Binary10001111010111110101111000011111100010000111010011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4757D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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