Html Css Color HEX #48386D Meteorite

📋 copy color: '#48386D'

red 72 ◦ green 56 ◦ blue 109

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

Shades of Meteorite #48386D

Tints of Meteorite #48386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 30.38%
G = 23.63%
B = 45.99%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48386D (or 0x48386D) is known color: Meteorite. HEX triplet: 48, 38 and 6D. RGB value is (72,56,109). Sum of RGB (Red+Green+Blue) = 72+56+109=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #48386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48386D is #B7C792. Grayscale: #424242. Windows color (decimal): -12044179 or 7157832. OLE color: 7157832.

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

Color convert

RGB 72 56 109 -
CMYK 0.34 0.49 0 0.57
HSL 258.11º 0.32% 0.32% -
HSV(B) 258.11º 0.49% 0.43% -
XYZ 6.85 5.31 15.13 -
YUV 66.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 72 56 109 0.34 0.49 0 0.57 258.11 0.32 0.32
Hex 48 38 6D 22 31 0 39 102 20 20
Octal 110 70 155 42 61 0 71 402 40 40
Binary 1001000 111000 1101101 100010 110001 0 111001 100000010 100000 100000

Color Harmonies of #48386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48386D

Black with #48386D

Text Example


Text Example

White with #48386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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