Html Css Color HEX #484260 Meteorite

📋 copy color: '#484260'

red 72 ◦ green 66 ◦ blue 96

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

Shades of Meteorite #484260

Tints of Meteorite #484260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

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

R = 30.77%
G = 28.21%
B = 41.03%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484260 (or 0x484260) is known color: Meteorite. HEX triplet: 48, 42 and 60. RGB value is (72,66,96). Sum of RGB (Red+Green+Blue) = 72+66+96=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #484260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484260 is #B7BD9F. Grayscale: #474747. Windows color (decimal): -12041632 or 6308424. OLE color: 6308424.

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

Color convert

RGB 72 66 96 -
CMYK 0.25 0.31 0 0.62
HSL 252º 0.19% 0.32% -
HSV(B) 252º 0.31% 0.38% -
XYZ 6.73 6.12 11.89 -
YUV 71.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 72 66 96 0.25 0.31 0 0.62 252 0.19 0.32
Hex 48 42 60 19 1F 0 3E FC 13 20
Octal 110 102 140 31 37 0 76 374 23 40
Binary 1001000 1000010 1100000 11001 11111 0 111110 11111100 10011 100000

Color Harmonies of #484260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484260

Black with #484260

Text Example


Text Example

White with #484260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484260; }

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

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

background-color css

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

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

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

border-color css

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

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

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