#483766

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

Shades of Meteorite #483766

Tints of Meteorite #483766

Color information

#483766 (or 0x483766) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 66. RGB value is (72,55,102). Sum of RGB (Red+Green+Blue) = 72+55+102=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #483766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483766 is #B7C899. Grayscale: #414141. Windows color (decimal): -12044442 or 6698824. OLE color: 6698824.

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

Color convert

RGB7255102-
CMYK0.290.4600.6
HSL261.7º29.94%30.78%-
HSV(B)261.7º46.08%40%-
XYZ6.445.0713.21-
YUV65.44148.63132.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=31.44%
G=24.02%
B=44.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72551020.290.4600.6261.729.9430.78
Hex4837661D2E03C1061e1f
Octal1106714635560744063637
Binary100100011011111001101110110111001111001000001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483766; }

 p { color: rgb(72,55,102); }

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

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

 a { background-color: rgb(72,55,102); }

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

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

 span { border-color: rgb(72,55,102); }

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