#4758D2

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

Shades of Free Speech Blue #4758D2

Tints of Free Speech Blue #4758D2

Color information

#4758D2 (or 0x4758D2) is unknown color: approx Free Speech Blue. HEX triplet: 47, 58 and D2. RGB value is (71,88,210). Sum of RGB (Red+Green+Blue) = 71+88+210=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #4758D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4758D2 is #B8A72D. Grayscale: #606060. Windows color (decimal): -12101422 or 13785159. OLE color: 13785159.

HSL color Cylindrical-coordinate representation of color #4758D2: hue angle of 232.66º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4758D2 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7188210-
CMYK0.660.5800.18
HSL232.66º60.7%55.1%-
HSV(B)232.66º66.19%82.35%-
XYZ17.7212.9762.54-
YUV96.82191.87109.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 210 (82.42% from 255) = 56.91%
R=19.24%
G=23.85%
B=56.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71882100.660.5800.18232.6660.755.1
Hex4758D2423A012e93d37
Octal107130322102720223517567
Binary1000111101100011010010100001011101001001011101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4758D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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