Html Css Color HEX #483A59 Meteorite

📋 copy color: '#483A59'

red 72 ◦ green 58 ◦ blue 89

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

Shades of Meteorite #483A59

Tints of Meteorite #483A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.48%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 32.88%
G = 26.48%
B = 40.64%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483A59 (or 0x483A59) is known color: Meteorite. HEX triplet: 48, 3A and 59. RGB value is (72,58,89). Sum of RGB (Red+Green+Blue) = 72+58+89=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #483A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A59 is #B7C5A6. Grayscale: #414141. Windows color (decimal): -12043687 or 5847624. OLE color: 5847624.

HSL color Cylindrical-coordinate representation of color #483A59: hue angle of 267.1º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #483A59 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 58 89 -
CMYK 0.19 0.35 0 0.65
HSL 267.1º 0.21% 0.29% -
HSV(B) 267.1º 0.35% 0.35% -
XYZ 5.99 5.13 10.12 -
YUV 65.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 72 58 89 0.19 0.35 0 0.65 267.1 0.21 0.29
Hex 48 3A 59 13 23 0 41 10B 15 1D
Octal 110 72 131 23 43 0 101 413 25 35
Binary 1001000 111010 1011001 10011 100011 0 1000001 100001011 10101 11101

Color Harmonies of #483A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A59

Black with #483A59

Text Example


Text Example

White with #483A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483A59; }

 p { color: rgb(72,58,89); }

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

background-color css

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

 a { background-color: rgb(72,58,89); }

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

border-color css

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

 span { border-color: rgb(72,58,89); }

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