#483767

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

Shades of Meteorite #483767

Tints of Meteorite #483767

Color information

#483767 (or 0x483767) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 67. RGB value is (72,55,103). Sum of RGB (Red+Green+Blue) = 72+55+103=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #483767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483767 is #B7C898. Grayscale: #414141. Windows color (decimal): -12044441 or 6764360. OLE color: 6764360.

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

Color convert

RGB7255103-
CMYK0.300.4700.60
HSL261.25º30.38%30.98%-
HSV(B)261.25º46.6%40.39%-
XYZ6.495.0913.47-
YUV65.55149.13132.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=31.30%
G=23.91%
B=44.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72551030.300.4700.60261.2530.3830.98
Hex4837671E2F03C1051e1f
Octal1106714736570744053637
Binary100100011011111001111111010111101111001000001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483767; }

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

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

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

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

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

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

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

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