#483469

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

Shades of Meteorite #483469

Tints of Meteorite #483469

Color information

#483469 (or 0x483469) is unknown color: approx Meteorite. HEX triplet: 48, 34 and 69. RGB value is (72,52,105). Sum of RGB (Red+Green+Blue) = 72+52+105=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #483469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483469 is #B7CB96. Grayscale: #3F3F3F. Windows color (decimal): -12045207 or 6894664. OLE color: 6894664.

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

Color convert

RGB7252105-
CMYK0.310.5000.59
HSL262.64º33.76%30.78%-
HSV(B)262.64º50.48%41.18%-
XYZ6.454.8513.96-
YUV64.02151.13133.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=31.44%
G=22.71%
B=45.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72521050.310.5000.59262.6433.7630.78
Hex4834691F3203B107221f
Octal1106415137620734074237
Binary1001000110100110100111111110010011101110000011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483469; }

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

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

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

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

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

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

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

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