Html Css Color HEX #483B59 Meteorite

📋 copy color: '#483B59'

red 72 ◦ green 59 ◦ blue 89

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

Shades of Meteorite #483B59

Tints of Meteorite #483B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

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

R = 32.73%
G = 26.82%
B = 40.45%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#483B59 (or 0x483B59) is known color: Meteorite. HEX triplet: 48, 3B and 59. RGB value is (72,59,89). Sum of RGB (Red+Green+Blue) = 72+59+89=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #483B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B59 is #B7C4A6. Grayscale: #424242. Windows color (decimal): -12043431 or 5847880. OLE color: 5847880.

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

Color convert

RGB 72 59 89 -
CMYK 0.19 0.34 0 0.65
HSL 266º 0.2% 0.29% -
HSV(B) 266º 0.34% 0.35% -
XYZ 6.04 5.23 10.14 -
YUV 66.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 72 59 89 0.19 0.34 0 0.65 266 0.2 0.29
Hex 48 3B 59 13 22 0 41 10A 14 1D
Octal 110 73 131 23 42 0 101 412 24 35
Binary 1001000 111011 1011001 10011 100010 0 1000001 100001010 10100 11101

Color Harmonies of #483B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B59

Black with #483B59

Text Example


Text Example

White with #483B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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