#484165

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

Shades of Meteorite #484165

Tints of Meteorite #484165

Color information

#484165 (or 0x484165) is unknown color: approx Meteorite. HEX triplet: 48, 41 and 65. RGB value is (72,65,101). Sum of RGB (Red+Green+Blue) = 72+65+101=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #484165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484165 is #B7BE9A. Grayscale: #474747. Windows color (decimal): -12041883 or 6635848. OLE color: 6635848.

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

Color convert

RGB7265101-
CMYK0.290.3600.60
HSL251.67º21.69%32.55%-
HSV(B)251.67º35.64%39.61%-
XYZ6.916.113.12-
YUV71.2144.82128.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=30.25%
G=27.31%
B=42.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72651010.290.3600.60251.6721.6932.55
Hex4841651D2403Cfc1621
Octal11010114535440743742641
Binary1001000100000111001011110110010001111001111110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484165; }

 p { color: rgb(72,65,101); }

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

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

 a { background-color: rgb(72,65,101); }

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

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

 span { border-color: rgb(72,65,101); }

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