#483968

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

Shades of Meteorite #483968

Tints of Meteorite #483968

Color information

#483968 (or 0x483968) is unknown color: approx Meteorite. HEX triplet: 48, 39 and 68. RGB value is (72,57,104). Sum of RGB (Red+Green+Blue) = 72+57+104=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #483968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483968 is #B7C697. Grayscale: #424242. Windows color (decimal): -12043928 or 6830408. OLE color: 6830408.

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

Color convert

RGB7257104-
CMYK0.310.4500.59
HSL259.15º29.19%31.57%-
HSV(B)259.15º45.19%40.78%-
XYZ6.635.313.77-
YUV66.84148.97131.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=30.90%
G=24.46%
B=44.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72571040.310.4500.59259.1529.1931.57
Hex4839681F2D03B1031d20
Octal1107115037550734033540
Binary1001000111001110100011111101101011101110000001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483968; }

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

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

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

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

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

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

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

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