#483668

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

Shades of Meteorite #483668

Tints of Meteorite #483668

Color information

#483668 (or 0x483668) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 68. RGB value is (72,54,104). Sum of RGB (Red+Green+Blue) = 72+54+104=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #483668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483668 is #B7C997. Grayscale: #404040. Windows color (decimal): -12044696 or 6829640. OLE color: 6829640.

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

Color convert

RGB7254104-
CMYK0.310.4800.59
HSL261.6º31.65%30.98%-
HSV(B)261.6º48.08%40.78%-
XYZ6.495.0213.72-
YUV65.08149.96132.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=31.30%
G=23.48%
B=45.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72541040.310.4800.59261.631.6530.98
Hex4836681F3003B106201f
Octal1106615037600734064037
Binary1001000110110110100011111110000011101110000011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483668; }

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

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

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

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

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

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

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

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