#483D65

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

Shades of Meteorite #483D65

Tints of Meteorite #483D65

Color information

#483D65 (or 0x483D65) is unknown color: approx Meteorite. HEX triplet: 48, 3D and 65. RGB value is (72,61,101). Sum of RGB (Red+Green+Blue) = 72+61+101=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #483D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D65 is #B7C29A. Grayscale: #444444. Windows color (decimal): -12042907 or 6634824. OLE color: 6634824.

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

Color convert

RGB7261101-
CMYK0.290.4000.60
HSL256.5º24.69%31.76%-
HSV(B)256.5º39.6%39.61%-
XYZ6.695.6513.05-
YUV68.85146.14130.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 61 (24.22% from 255) = 26.07%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=30.77%
G=26.07%
B=43.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72611010.290.4000.60256.524.6931.76
Hex483D651D2803C1001920
Octal1107514535500744003140
Binary1001000111101110010111101101000011110010000000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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