#4752CD

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

Shades of Free Speech Blue #4752CD

Tints of Free Speech Blue #4752CD

Color information

#4752CD (or 0x4752CD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 52 and CD. RGB value is (71,82,205). Sum of RGB (Red+Green+Blue) = 71+82+205=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #4752CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4752CD is #B8AD32. Grayscale: #5C5C5C. Windows color (decimal): -12102963 or 13455943. OLE color: 13455943.

HSL color Cylindrical-coordinate representation of color #4752CD: hue angle of 235.07º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4752CD is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7182205-
CMYK0.650.600.20
HSL235.07º57.26%54.12%-
HSV(B)235.07º65.37%80.39%-
XYZ16.6411.7859.15-
YUV92.73191.36112.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.83%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 205 (80.47% from 255) = 57.26%
R=19.83%
G=22.91%
B=57.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71822050.650.600.20235.0757.2654.12
Hex4752CD413C014eb3936
Octal107122315101740243537166
Binary1000111101001011001101100000111110001010011101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4752CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4752CD; }

 p { color: rgb(71,82,205); }

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

<style>
 a { background-color: #4752CD; }

 a { background-color: rgb(71,82,205); }

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

<style>
 span { border-color: #4752CD; }

 span { border-color: rgb(71,82,205); }

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