#4853C8

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

Shades of Free Speech Blue #4853C8

Tints of Free Speech Blue #4853C8

Color information

#4853C8 (or 0x4853C8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 53 and C8. RGB value is (72,83,200). Sum of RGB (Red+Green+Blue) = 72+83+200=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #4853C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4853C8 is #B7AC37. Grayscale: #5C5C5C. Windows color (decimal): -12037176 or 13128520. OLE color: 13128520.

HSL color Cylindrical-coordinate representation of color #4853C8: hue angle of 234.84º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4853C8 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7283200-
CMYK0.640.5800.22
HSL234.84º53.78%53.33%-
HSV(B)234.84º64%78.43%-
XYZ16.1911.7356.06-
YUV93.05188.36112.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 200 (78.52% from 255) = 56.34%
R=20.28%
G=23.38%
B=56.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72832000.640.5800.22234.8453.7853.33
Hex4853C8403A016eb3635
Octal110123310100720263536665
Binary1001000101001111001000100000011101001011011101011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4853C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4853C8; }

 p { color: rgb(72,83,200); }

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

<style>
 a { background-color: #4853C8; }

 a { background-color: rgb(72,83,200); }

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

<style>
 span { border-color: #4853C8; }

 span { border-color: rgb(72,83,200); }

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