#483967

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

Shades of Meteorite #483967

Tints of Meteorite #483967

Color information

#483967 (or 0x483967) is unknown color: approx Meteorite. HEX triplet: 48, 39 and 67. RGB value is (72,57,103). Sum of RGB (Red+Green+Blue) = 72+57+103=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #483967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483967 is #B7C698. Grayscale: #424242. Windows color (decimal): -12043929 or 6764872. OLE color: 6764872.

HSL color Cylindrical-coordinate representation of color #483967: hue angle of 259.57º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483967 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7257103-
CMYK0.300.4500.60
HSL259.57º28.75%31.37%-
HSV(B)259.57º44.66%40.39%-
XYZ6.585.2813.5-
YUV66.73148.47131.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=31.03%
G=24.57%
B=44.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72571030.300.4500.60259.5728.7531.37
Hex4839671E2D03C1041d1f
Octal1107114736550744043537
Binary100100011100111001111111010110101111001000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483967; }

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

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

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

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

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

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

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

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