Html Css Color HEX #48396D Meteorite

📋 copy color: '#48396D'

red 72 ◦ green 57 ◦ blue 109

#48396D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #48396D

Tints of Meteorite #48396D

RGB

 RED value IS 72 (28.52% from 255) = 30.25%

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 30.25%
G = 23.95%
B = 45.8%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48396D (or 0x48396D) is known color: Meteorite. HEX triplet: 48, 39 and 6D. RGB value is (72,57,109). Sum of RGB (Red+Green+Blue) = 72+57+109=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #48396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48396D is #B7C692. Grayscale: #434343. Windows color (decimal): -12043923 or 7158088. OLE color: 7158088.

HSL color Cylindrical-coordinate representation of color #48396D: hue angle of 257.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48396D is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 57 109 -
CMYK 0.34 0.48 0 0.57
HSL 257.31º 0.31% 0.33% -
HSV(B) 257.31º 0.48% 0.43% -
XYZ 6.9 5.41 15.15 -
YUV 67.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 72 57 109 0.34 0.48 0 0.57 257.31 0.31 0.33
Hex 48 39 6D 22 30 0 39 101 1F 21
Octal 110 71 155 42 60 0 71 401 37 41
Binary 1001000 111001 1101101 100010 110000 0 111001 100000001 11111 100001

Color Harmonies of #48396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48396D

Black with #48396D

Text Example


Text Example

White with #48396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48396D; }

 p { color: rgb(72,57,109); }

 H1.HeaderClassName
 {
   color: #48396D;
 }
 .AnyTagClassName
 {
   color: #48396D;
 }
</style>

background-color css

<style>
 a { background-color: #48396D; }

 a { background-color: rgb(72,57,109); }

 div.DivClassName
 {
   background-color: #48396D;
 }
 .BgClassName
 {
   background-color: #48396D;
 }
</style>

border-color css

<style>
 span { border-color: #48396D; }

 span { border-color: rgb(72,57,109); }

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