#483568

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

Shades of Meteorite #483568

Tints of Meteorite #483568

Color information

#483568 (or 0x483568) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 68. RGB value is (72,53,104). Sum of RGB (Red+Green+Blue) = 72+53+104=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #483568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483568 is #B7CA97. Grayscale: #404040. Windows color (decimal): -12044952 or 6829384. OLE color: 6829384.

HSL color Cylindrical-coordinate representation of color #483568: hue angle of 262.35º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483568 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7253104-
CMYK0.310.4900.59
HSL262.35º32.48%30.78%-
HSV(B)262.35º49.04%40.78%-
XYZ6.444.9213.71-
YUV64.49150.29133.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=31.44%
G=23.14%
B=45.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72531040.310.4900.59262.3532.4830.78
Hex4835681F3103B106201f
Octal1106515037610734064037
Binary1001000110101110100011111110001011101110000011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483568; }

 p { color: rgb(72,53,104); }

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

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

 a { background-color: rgb(72,53,104); }

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

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

 span { border-color: rgb(72,53,104); }

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