#483865

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

Shades of Meteorite #483865

Tints of Meteorite #483865

Color information

#483865 (or 0x483865) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 65. RGB value is (72,56,101). Sum of RGB (Red+Green+Blue) = 72+56+101=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #483865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483865 is #B7C79A. Grayscale: #414141. Windows color (decimal): -12044187 or 6633544. OLE color: 6633544.

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

Color convert

RGB7256101-
CMYK0.290.4500.60
HSL261.33º28.66%30.78%-
HSV(B)261.33º44.55%39.61%-
XYZ6.445.1512.97-
YUV65.91147.8132.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=31.44%
G=24.45%
B=44.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72561010.290.4500.60261.3328.6630.78
Hex4838651D2D03C1051d1f
Octal1107014535550744053537
Binary100100011100011001011110110110101111001000001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483865; }

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

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

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

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

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

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

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

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