#484265

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

Shades of Meteorite #484265

Tints of Meteorite #484265

Color information

#484265 (or 0x484265) is unknown color: approx Meteorite. HEX triplet: 48, 42 and 65. RGB value is (72,66,101). Sum of RGB (Red+Green+Blue) = 72+66+101=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #484265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484265 is #B7BD9A. Grayscale: #474747. Windows color (decimal): -12041627 or 6636104. OLE color: 6636104.

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

Color convert

RGB7266101-
CMYK0.290.3500.60
HSL250.29º20.96%32.75%-
HSV(B)250.29º34.65%39.61%-
XYZ6.976.2113.14-
YUV71.78144.49128.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=30.13%
G=27.62%
B=42.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72661010.290.3500.60250.2920.9632.75
Hex4842651D2303Cfa1521
Octal11010214535430743722541
Binary1001000100001011001011110110001101111001111101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484265; }

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

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

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

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

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

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

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

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