#483769

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

Shades of Meteorite #483769

Tints of Meteorite #483769

Color information

#483769 (or 0x483769) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 69. RGB value is (72,55,105). Sum of RGB (Red+Green+Blue) = 72+55+105=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #483769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483769 is #B7C896. Grayscale: #414141. Windows color (decimal): -12044439 or 6895432. OLE color: 6895432.

HSL color Cylindrical-coordinate representation of color #483769: hue angle of 260.4º degrees, saturation: 0.31, 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 #483769 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7255105-
CMYK0.310.4800.59
HSL260.4º31.25%31.37%-
HSV(B)260.4º47.62%41.18%-
XYZ6.595.1314.01-
YUV65.78150.13132.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=31.03%
G=23.71%
B=45.26%

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
Decimal72551050.310.4800.59260.431.2531.37
Hex4837691F3003B1041f1f
Octal1106715137600734043737
Binary100100011011111010011111111000001110111000001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483769; }

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

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

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

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

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

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

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

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