#483361

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

Shades of Meteorite #483361

Tints of Meteorite #483361

Color information

#483361 (or 0x483361) is unknown color: approx Meteorite. HEX triplet: 48, 33 and 61. RGB value is (72,51,97). Sum of RGB (Red+Green+Blue) = 72+51+97=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #483361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483361 is #B7CC9E. Grayscale: #3E3E3E. Windows color (decimal): -12045471 or 6370120. OLE color: 6370120.

HSL color Cylindrical-coordinate representation of color #483361: hue angle of 267.39º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483361 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB725197-
CMYK0.260.4700.62
HSL267.39º31.08%29.02%-
HSV(B)267.39º47.42%38.04%-
XYZ6.014.6111.88-
YUV62.52147.46134.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=32.73%
G=23.18%
B=44.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7251970.260.4700.62267.3931.0829.02
Hex4833611A2F03E10b1f1d
Octal1106314132570764133735
Binary100100011001111000011101010111101111101000010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483361; }

 p { color: rgb(72,51,97); }

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

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

 a { background-color: rgb(72,51,97); }

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

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

 span { border-color: rgb(72,51,97); }

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