#483E5B

Color #483E5B Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #483E5B

Tints of Meteorite #483E5B

Color information

#483E5B (or 0x483E5B) is unknown color: approx Meteorite. HEX triplet: 48, 3E and 5B. RGB value is (72,62,91). Sum of RGB (Red+Green+Blue) = 72+62+91=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #483E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E5B is #B7C1A4. Grayscale: #444444. Windows color (decimal): -12042661 or 5979720. OLE color: 5979720.

HSL color Cylindrical-coordinate representation of color #483E5B: hue angle of 260.69º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483E5B is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB726291-
CMYK0.210.3200.64
HSL260.69º18.95%30%-
HSV(B)260.69º31.87%35.69%-
XYZ6.285.5810.64-
YUV68.3140.81130.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=32%
G=27.56%
B=40.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7262910.210.3200.64260.6918.9530
Hex483E5B1520040105131e
Octal11076133254001004052336
Binary1001000111110101101110101100000010000001000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,62,91); }

 H1.HeaderClassName
 {
   color: #483E5B;
 }
 .AnyTagClassName
 {
   color: #483E5B;
 }
</style>
background-color css

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

 a { background-color: rgb(72,62,91); }

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

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

 span { border-color: rgb(72,62,91); }

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