#4A4365

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

Shades of Meteorite #4A4365

Tints of Meteorite #4A4365

Color information

#4A4365 (or 0x4A4365) is unknown color: approx Meteorite. HEX triplet: 4A, 43 and 65. RGB value is (74,67,101). Sum of RGB (Red+Green+Blue) = 74+67+101=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A4365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4365 is #B5BC9A. Grayscale: #484848. Windows color (decimal): -11910299 or 6636362. OLE color: 6636362.

HSL color Cylindrical-coordinate representation of color #4A4365: hue angle of 252.35º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A4365 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7467101-
CMYK0.270.3400.60
HSL252.35º20.24%32.94%-
HSV(B)252.35º33.66%39.61%-
XYZ7.186.4113.17-
YUV72.97143.82128.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.58%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=30.58%
G=27.69%
B=41.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74671010.270.3400.60252.3520.2432.94
Hex4A43651B2203Cfc1421
Octal11210314533420743742441
Binary1001010100001111001011101110001001111001111110010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4365; }

 p { color: rgb(74,67,101); }

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

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

 a { background-color: rgb(74,67,101); }

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

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

 span { border-color: rgb(74,67,101); }

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