#4826A1

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

Shades of Blue Gem #4826A1

Tints of Blue Gem #4826A1

Color information

#4826A1 (or 0x4826A1) is unknown color: approx Blue Gem. HEX triplet: 48, 26 and A1. RGB value is (72,38,161). Sum of RGB (Red+Green+Blue) = 72+38+161=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #4826A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4826A1 is #B7D95E. Grayscale: #3D3D3D. Windows color (decimal): -12048735 or 10561096. OLE color: 10561096.

HSL color Cylindrical-coordinate representation of color #4826A1: hue angle of 256.59º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4826A1 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7238161-
CMYK0.550.7600.37
HSL256.59º61.81%39.02%-
HSV(B)256.59º76.4%63.14%-
XYZ9.85.3434.23-
YUV62.19183.76135-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 161 (63.28% from 255) = 59.41%
R=26.57%
G=14.02%
B=59.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72381610.550.7600.37256.5961.8139.02
Hex4826A1374C0251013e27
Octal11046241671140454017647
Binary10010001001101010000111011110011000100101100000001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4826A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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