#483867

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

Shades of Meteorite #483867

Tints of Meteorite #483867

Color information

#483867 (or 0x483867) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 67. RGB value is (72,56,103). Sum of RGB (Red+Green+Blue) = 72+56+103=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #483867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483867 is #B7C798. Grayscale: #414141. Windows color (decimal): -12044185 or 6764616. OLE color: 6764616.

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

Color convert

RGB7256103-
CMYK0.300.4600.60
HSL260.43º29.56%31.18%-
HSV(B)260.43º45.63%40.39%-
XYZ6.535.1913.49-
YUV66.14148.8132.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=31.17%
G=24.24%
B=44.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72561030.300.4600.60260.4329.5631.18
Hex4838671E2E03C1041e1f
Octal1107014736560744043637
Binary100100011100011001111111010111001111001000001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483867; }

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

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

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

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

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

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

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

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