#4826A2

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

Shades of Blue Gem #4826A2

Tints of Blue Gem #4826A2

Color information

#4826A2 (or 0x4826A2) is unknown color: approx Blue Gem. HEX triplet: 48, 26 and A2. RGB value is (72,38,162). Sum of RGB (Red+Green+Blue) = 72+38+162=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #4826A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4826A2 is #B7D95D. Grayscale: #3D3D3D. Windows color (decimal): -12048734 or 10626632. OLE color: 10626632.

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

Color convert

RGB7238162-
CMYK0.560.7700.36
HSL256.45º62%39.22%-
HSV(B)256.45º76.54%63.53%-
XYZ9.895.3734.7-
YUV62.3184.26134.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 162 (63.67% from 255) = 59.56%
R=26.47%
G=13.97%
B=59.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72381620.560.7700.36256.456239.22
Hex4826A2384D0241003e27
Octal11046242701150444007647
Binary10010001001101010001011100010011010100100100000000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4826A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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