#483A65

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

Shades of Meteorite #483A65

Tints of Meteorite #483A65

Color information

#483A65 (or 0x483A65) is unknown color: approx Meteorite. HEX triplet: 48, 3A and 65. RGB value is (72,58,101). Sum of RGB (Red+Green+Blue) = 72+58+101=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #483A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A65 is #B7C59A. Grayscale: #424242. Windows color (decimal): -12043675 or 6634056. OLE color: 6634056.

HSL color Cylindrical-coordinate representation of color #483A65: hue angle of 259.53º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483A65 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7258101-
CMYK0.290.4300.60
HSL259.53º27.04%31.18%-
HSV(B)259.53º42.57%39.61%-
XYZ6.535.3413-
YUV67.09147.14131.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=31.17%
G=25.11%
B=43.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72581010.290.4300.60259.5327.0431.18
Hex483A651D2B03C1041b1f
Octal1107214535530744043337
Binary100100011101011001011110110101101111001000001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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