#48336E

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

Shades of Meteorite #48336E

Tints of Meteorite #48336E

Color information

#48336E (or 0x48336E) is unknown color: approx Meteorite. HEX triplet: 48, 33 and 6E. RGB value is (72,51,110). Sum of RGB (Red+Green+Blue) = 72+51+110=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #48336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48336E is #B7CC91. Grayscale: #3F3F3F. Windows color (decimal): -12045458 or 7222088. OLE color: 7222088.

HSL color Cylindrical-coordinate representation of color #48336E: hue angle of 261.36º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48336E is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7251110-
CMYK0.350.5400.57
HSL261.36º36.65%31.57%-
HSV(B)261.36º53.64%43.14%-
XYZ6.674.8715.34-
YUV64153.96133.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=30.90%
G=21.89%
B=47.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72511100.350.5400.57261.3636.6531.57
Hex48336E23360391052520
Octal1106315643660714054540
Binary100100011001111011101000111101100111001100000101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,51,110); }

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

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

 a { background-color: rgb(72,51,110); }

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

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

 span { border-color: rgb(72,51,110); }

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