Html Css Color HEX #48406F Meteorite

📋 copy color: '#48406F'

red 72 ◦ green 64 ◦ blue 111

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

Shades of Meteorite #48406F

Tints of Meteorite #48406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 29.15%
G = 25.91%
B = 44.94%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48406F (or 0x48406F) is known color: Meteorite. HEX triplet: 48, 40 and 6F. RGB value is (72,64,111). Sum of RGB (Red+Green+Blue) = 72+64+111=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #48406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48406F is #B7BF90. Grayscale: #474747. Windows color (decimal): -12042129 or 7290952. OLE color: 7290952.

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

Color convert

RGB 72 64 111 -
CMYK 0.35 0.42 0 0.56
HSL 250.21º 0.27% 0.34% -
HSV(B) 250.21º 0.42% 0.44% -
XYZ 7.38 6.19 15.85 -
YUV 71.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 72 64 111 0.35 0.42 0 0.56 250.21 0.27 0.34
Hex 48 40 6F 23 2A 0 38 FA 1B 22
Octal 110 100 157 43 52 0 70 372 33 42
Binary 1001000 1000000 1101111 100011 101010 0 111000 11111010 11011 100010

Color Harmonies of #48406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48406F

Black with #48406F

Text Example


Text Example

White with #48406F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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