#4853CB

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

Shades of Free Speech Blue #4853CB

Tints of Free Speech Blue #4853CB

Color information

#4853CB (or 0x4853CB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 53 and CB. RGB value is (72,83,203). Sum of RGB (Red+Green+Blue) = 72+83+203=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #4853CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4853CB is #B7AC34. Grayscale: #5C5C5C. Windows color (decimal): -12037173 or 13325128. OLE color: 13325128.

HSL color Cylindrical-coordinate representation of color #4853CB: hue angle of 234.96º degrees, saturation: 0.56, 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 #4853CB is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7283203-
CMYK0.650.5900.20
HSL234.96º55.74%53.92%-
HSV(B)234.96º64.53%79.61%-
XYZ16.5511.8857.92-
YUV93.39189.86112.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=20.11%
G=23.18%
B=56.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72832030.650.5900.20234.9655.7453.92
Hex4853CB413B014eb3836
Octal110123313101730243537066
Binary1001000101001111001011100000111101101010011101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4853CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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