#483869

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

Shades of Meteorite #483869

Tints of Meteorite #483869

Color information

#483869 (or 0x483869) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 69. RGB value is (72,56,105). Sum of RGB (Red+Green+Blue) = 72+56+105=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #483869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483869 is #B7C796. Grayscale: #424242. Windows color (decimal): -12044183 or 6895688. OLE color: 6895688.

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

Color convert

RGB7256105-
CMYK0.310.4700.59
HSL259.59º30.43%31.57%-
HSV(B)259.59º46.67%41.18%-
XYZ6.645.2314.02-
YUV66.37149.8132.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=30.90%
G=24.03%
B=45.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72561050.310.4700.59259.5930.4331.57
Hex4838691F2F03B1041e20
Octal1107015137570734043640
Binary1001000111000110100111111101111011101110000010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483869; }

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

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

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

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

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

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

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

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