#483674

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

Shades of Meteorite #483674

Tints of Meteorite #483674

Color information

#483674 (or 0x483674) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 74. RGB value is (72,54,116). Sum of RGB (Red+Green+Blue) = 72+54+116=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #483674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483674 is #B7C98B. Grayscale: #424242. Windows color (decimal): -12044684 or 7616072. OLE color: 7616072.

HSL color Cylindrical-coordinate representation of color #483674: hue angle of 257.42º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483674 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7254116-
CMYK0.380.5300.55
HSL257.42º36.47%33.33%-
HSV(B)257.42º53.45%45.49%-
XYZ7.145.2817.17-
YUV66.45155.96131.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=29.75%
G=22.31%
B=47.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72541160.380.5300.55257.4236.4733.33
Hex48367426350371012421
Octal1106616446650674014441
Binary100100011011011101001001101101010110111100000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483674; }

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

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

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

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

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

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

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

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