#4758D7

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

Shades of Free Speech Blue #4758D7

Tints of Free Speech Blue #4758D7

Color information

#4758D7 (or 0x4758D7) is unknown color: approx Free Speech Blue. HEX triplet: 47, 58 and D7. RGB value is (71,88,215). Sum of RGB (Red+Green+Blue) = 71+88+215=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #4758D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4758D7 is #B8A728. Grayscale: #606060. Windows color (decimal): -12101417 or 14112839. OLE color: 14112839.

HSL color Cylindrical-coordinate representation of color #4758D7: hue angle of 232.92º 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 #4758D7 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7188215-
CMYK0.670.5900.16
HSL232.92º64.29%56.08%-
HSV(B)232.92º66.98%84.31%-
XYZ18.3513.2365.88-
YUV97.4194.37109.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 215 (84.38% from 255) = 57.49%
R=18.98%
G=23.53%
B=57.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71882150.670.5900.16232.9264.2956.08
Hex4758D7433B010e94038
Octal1071303271037302035110070
Binary10001111011000110101111000011111011010000111010011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4758D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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