#483467

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

Shades of Meteorite #483467

Tints of Meteorite #483467

Color information

#483467 (or 0x483467) is unknown color: approx Meteorite. HEX triplet: 48, 34 and 67. RGB value is (72,52,103). Sum of RGB (Red+Green+Blue) = 72+52+103=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #483467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483467 is #B7CB98. Grayscale: #3F3F3F. Windows color (decimal): -12045209 or 6763592. OLE color: 6763592.

HSL color Cylindrical-coordinate representation of color #483467: hue angle of 263.53º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483467 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7252103-
CMYK0.300.5000.60
HSL263.53º32.9%30.39%-
HSV(B)263.53º49.51%40.39%-
XYZ6.354.8113.43-
YUV63.79150.13133.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=31.72%
G=22.91%
B=45.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72521030.300.5000.60263.5332.930.39
Hex4834671E3203C108211e
Octal1106414736620744104136
Binary1001000110100110011111110110010011110010000100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483467; }

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

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

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

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

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

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

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

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