#4753D0

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

Shades of Free Speech Blue #4753D0

Tints of Free Speech Blue #4753D0

Color information

#4753D0 (or 0x4753D0) is unknown color: approx Free Speech Blue. HEX triplet: 47, 53 and D0. RGB value is (71,83,208). Sum of RGB (Red+Green+Blue) = 71+83+208=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #4753D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4753D0 is #B8AC2F. Grayscale: #5D5D5D. Windows color (decimal): -12102704 or 13652807. OLE color: 13652807.

HSL color Cylindrical-coordinate representation of color #4753D0: hue angle of 234.74º degrees, saturation: 0.59, 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 #4753D0 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7183208-
CMYK0.660.6000.18
HSL234.74º59.31%54.71%-
HSV(B)234.74º65.87%81.57%-
XYZ17.0812.0861.11-
YUV93.66192.52111.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 208 (81.64% from 255) = 57.46%
R=19.61%
G=22.93%
B=57.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71832080.660.6000.18234.7459.3154.71
Hex4753D0423C012eb3b37
Octal107123320102740223537367
Binary1000111101001111010000100001011110001001011101011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4753D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4753D0; }

 p { color: rgb(71,83,208); }

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

<style>
 a { background-color: #4753D0; }

 a { background-color: rgb(71,83,208); }

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

<style>
 span { border-color: #4753D0; }

 span { border-color: rgb(71,83,208); }

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