#48429F

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

Shades of Blue Gem #48429F

Tints of Blue Gem #48429F

Color information

#48429F (or 0x48429F) is unknown color: approx Blue Gem. HEX triplet: 48, 42 and 9F. RGB value is (72,66,159). Sum of RGB (Red+Green+Blue) = 72+66+159=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #48429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48429F is #B7BD60. Grayscale: #4E4E4E. Windows color (decimal): -12041569 or 10437192. OLE color: 10437192.

HSL color Cylindrical-coordinate representation of color #48429F: hue angle of 243.87º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48429F is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7266159-
CMYK0.550.5800.38
HSL243.87º41.33%44.12%-
HSV(B)243.87º58.49%62.35%-
XYZ10.887.7833.73-
YUV78.4173.49123.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=24.24%
G=22.22%
B=53.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72661590.550.5800.38243.8741.3344.12
Hex48429F373A026f4292c
Octal11010223767720463645154
Binary1001000100001010011111110111111010010011011110100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48429F; }

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

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

<style>
 a { background-color: #48429F; }

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

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

<style>
 span { border-color: #48429F; }

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

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