#4833A2

Color #4833A2 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4833A2

Tints of Blue Gem #4833A2

Color information

#4833A2 (or 0x4833A2) is unknown color: approx Blue Gem. HEX triplet: 48, 33 and A2. RGB value is (72,51,162). Sum of RGB (Red+Green+Blue) = 72+51+162=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #4833A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4833A2 is #B7CC5D. Grayscale: #454545. Windows color (decimal): -12045406 or 10629960. OLE color: 10629960.

HSL color Cylindrical-coordinate representation of color #4833A2: hue angle of 251.35º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4833A2 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7251162-
CMYK0.560.6900.36
HSL251.35º52.11%41.76%-
HSV(B)251.35º68.52%63.53%-
XYZ10.386.3534.86-
YUV69.93179.96129.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 162 (63.67% from 255) = 56.84%
R=25.26%
G=17.89%
B=56.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72511620.560.6900.36251.3552.1141.76
Hex4833A23845024fb342a
Octal11063242701050443736452
Binary1001000110011101000101110001000101010010011111011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4833A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4833A2; }

 p { color: rgb(72,51,162); }

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

<style>
 a { background-color: #4833A2; }

 a { background-color: rgb(72,51,162); }

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

<style>
 span { border-color: #4833A2; }

 span { border-color: rgb(72,51,162); }

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