#4842A1

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

Shades of Blue Gem #4842A1

Tints of Blue Gem #4842A1

Color information

#4842A1 (or 0x4842A1) is unknown color: approx Blue Gem. HEX triplet: 48, 42 and A1. RGB value is (72,66,161). Sum of RGB (Red+Green+Blue) = 72+66+161=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #4842A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4842A1 is #B7BD5E. Grayscale: #4E4E4E. Windows color (decimal): -12041567 or 10568264. OLE color: 10568264.

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

Color convert

RGB7266161-
CMYK0.550.5900.37
HSL243.79º41.85%44.51%-
HSV(B)243.79º59.01%63.14%-
XYZ11.057.8534.65-
YUV78.62174.49123.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 161 (63.28% from 255) = 53.85%
R=24.08%
G=22.07%
B=53.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72661610.550.5900.37243.7941.8544.51
Hex4842A1373B025f42a2d
Octal11010224167730453645255
Binary1001000100001010100001110111111011010010111110100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4842A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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