#48429E

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

Shades of Blue Gem #48429E

Tints of Blue Gem #48429E

Color information

#48429E (or 0x48429E) is unknown color: approx Blue Gem. HEX triplet: 48, 42 and 9E. RGB value is (72,66,158). Sum of RGB (Red+Green+Blue) = 72+66+158=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #48429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48429E is #B7BD61. Grayscale: #4D4D4D. Windows color (decimal): -12041570 or 10371656. OLE color: 10371656.

HSL color Cylindrical-coordinate representation of color #48429E: hue angle of 243.91º 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 #48429E is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7266158-
CMYK0.540.5800.38
HSL243.91º41.07%43.92%-
HSV(B)243.91º58.23%61.96%-
XYZ10.797.7433.27-
YUV78.28172.99123.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=24.32%
G=22.30%
B=53.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72661580.540.5800.38243.9141.0743.92
Hex48429E363A026f4292c
Octal11010223666720463645154
Binary1001000100001010011110110110111010010011011110100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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