#483C72

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

Shades of Meteorite #483C72

Tints of Meteorite #483C72

Color information

#483C72 (or 0x483C72) is unknown color: approx Meteorite. HEX triplet: 48, 3C and 72. RGB value is (72,60,114). Sum of RGB (Red+Green+Blue) = 72+60+114=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #483C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C72 is #B7C38D. Grayscale: #454545. Windows color (decimal): -12043150 or 7486536. OLE color: 7486536.

HSL color Cylindrical-coordinate representation of color #483C72: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483C72 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7260114-
CMYK0.370.4700.55
HSL253.33º31.03%34.12%-
HSV(B)253.33º47.37%44.71%-
XYZ7.335.8216.66-
YUV69.74152.98129.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=29.27%
G=24.39%
B=46.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72601140.370.4700.55253.3331.0334.12
Hex483C72252F037fd1f22
Octal1107416245570673753742
Binary1001000111100111001010010110111101101111111110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483C72; }

 p { color: rgb(72,60,114); }

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

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

 a { background-color: rgb(72,60,114); }

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

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

 span { border-color: rgb(72,60,114); }

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