#4A426C

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

Shades of Meteorite #4A426C

Tints of Meteorite #4A426C

Color information

#4A426C (or 0x4A426C) is unknown color: approx Meteorite. HEX triplet: 4A, 42 and 6C. RGB value is (74,66,108). Sum of RGB (Red+Green+Blue) = 74+66+108=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A426C is #B5BD93. Grayscale: #494949. Windows color (decimal): -11910548 or 7094858. OLE color: 7094858.

HSL color Cylindrical-coordinate representation of color #4A426C: hue angle of 251.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A426C is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7466108-
CMYK0.310.3900.58
HSL251.43º24.14%34.12%-
HSV(B)251.43º38.89%42.35%-
XYZ7.486.4315.04-
YUV73.18147.65128.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.84%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=29.84%
G=26.61%
B=43.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74661080.310.3900.58251.4324.1434.12
Hex4A426C1F2703Afb1822
Octal11210215437470723733042
Binary1001010100001011011001111110011101110101111101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,66,108); }

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

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

 a { background-color: rgb(74,66,108); }

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

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

 span { border-color: rgb(74,66,108); }

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