#484069

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

Shades of Meteorite #484069

Tints of Meteorite #484069

Color information

#484069 (or 0x484069) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 69. RGB value is (72,64,105). Sum of RGB (Red+Green+Blue) = 72+64+105=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #484069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484069 is #B7BF96. Grayscale: #464646. Windows color (decimal): -12042135 or 6897736. OLE color: 6897736.

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

Color convert

RGB7264105-
CMYK0.310.3900.59
HSL251.71º24.26%33.14%-
HSV(B)251.71º39.05%41.18%-
XYZ7.066.0614.16-
YUV71.07147.15128.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=29.88%
G=26.56%
B=43.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72641050.310.3900.59251.7124.2633.14
Hex4840691F2703Bfc1821
Octal11010015137470733743041
Binary1001000100000011010011111110011101110111111110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484069; }

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

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

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

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

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

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

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

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