#483667

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

Shades of Meteorite #483667

Tints of Meteorite #483667

Color information

#483667 (or 0x483667) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 67. RGB value is (72,54,103). Sum of RGB (Red+Green+Blue) = 72+54+103=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #483667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483667 is #B7C998. Grayscale: #404040. Windows color (decimal): -12044697 or 6764104. OLE color: 6764104.

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

Color convert

RGB7254103-
CMYK0.300.4800.60
HSL262.04º31.21%30.78%-
HSV(B)262.04º47.57%40.39%-
XYZ6.44513.46-
YUV64.97149.46133.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=31.44%
G=23.58%
B=44.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72541030.300.4800.60262.0431.2130.78
Hex4836671E3003C1061f1f
Octal1106614736600744063737
Binary100100011011011001111111011000001111001000001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483667; }

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

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

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

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

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

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

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

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