Html Css Color HEX #48356F Meteorite

📋 copy color: '#48356F'

red 72 ◦ green 53 ◦ blue 111

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

Shades of Meteorite #48356F

Tints of Meteorite #48356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 30.51%
G = 22.46%
B = 47.03%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48356F (or 0x48356F) is known color: Meteorite. HEX triplet: 48, 35 and 6F. RGB value is (72,53,111). Sum of RGB (Red+Green+Blue) = 72+53+111=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #48356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48356F is #B7CA90. Grayscale: #414141. Windows color (decimal): -12044945 or 7288136. OLE color: 7288136.

HSL color Cylindrical-coordinate representation of color #48356F: hue angle of 259.66º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48356F is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 53 111 -
CMYK 0.35 0.52 0 0.56
HSL 259.66º 0.35% 0.32% -
HSV(B) 259.66º 0.52% 0.44% -
XYZ 6.81 5.07 15.66 -
YUV 65.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 72 53 111 0.35 0.52 0 0.56 259.66 0.35 0.32
Hex 48 35 6F 23 34 0 38 104 23 20
Octal 110 65 157 43 64 0 70 404 43 40
Binary 1001000 110101 1101111 100011 110100 0 111000 100000100 100011 100000

Color Harmonies of #48356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48356F

Black with #48356F

Text Example


Text Example

White with #48356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,53,111); }

 H1.HeaderClassName
 {
   color: #48356F;
 }
 .AnyTagClassName
 {
   color: #48356F;
 }
</style>

background-color css

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

 a { background-color: rgb(72,53,111); }

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

border-color css

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

 span { border-color: rgb(72,53,111); }

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