Html Css Color HEX #484060 Meteorite

📋 copy color: '#484060'

red 72 ◦ green 64 ◦ blue 96

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

Shades of Meteorite #484060

Tints of Meteorite #484060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.38%

R = 31.03%
G = 27.59%
B = 41.38%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484060 (or 0x484060) is known color: Meteorite. HEX triplet: 48, 40 and 60. RGB value is (72,64,96). Sum of RGB (Red+Green+Blue) = 72+64+96=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #484060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484060 is #B7BF9F. Grayscale: #454545. Windows color (decimal): -12042144 or 6307912. OLE color: 6307912.

HSL color Cylindrical-coordinate representation of color #484060: hue angle of 255º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484060 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 64 96 -
CMYK 0.25 0.33 0 0.62
HSL 255º 0.2% 0.31% -
HSV(B) 255º 0.33% 0.38% -
XYZ 6.62 5.89 11.85 -
YUV 70.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 72 64 96 0.25 0.33 0 0.62 255 0.2 0.31
Hex 48 40 60 19 21 0 3E FF 14 1F
Octal 110 100 140 31 41 0 76 377 24 37
Binary 1001000 1000000 1100000 11001 100001 0 111110 11111111 10100 11111

Color Harmonies of #484060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484060

Black with #484060

Text Example


Text Example

White with #484060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484060; }

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

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

background-color css

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

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

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

border-color css

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

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

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