#4C446E

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

Shades of Meteorite #4C446E

Tints of Meteorite #4C446E

Color information

#4C446E (or 0x4C446E) is unknown color: approx Meteorite. HEX triplet: 4C, 44 and 6E. RGB value is (76,68,110). Sum of RGB (Red+Green+Blue) = 76+68+110=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C446E is #B3BB91. Grayscale: #4B4B4B. Windows color (decimal): -11778962 or 7226444. OLE color: 7226444.

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

Color convert

RGB7668110-
CMYK0.310.3800.57
HSL251.43º23.6%34.9%-
HSV(B)251.43º38.18%43.14%-
XYZ7.866.815.65-
YUV75.18147.65128.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=29.92%
G=26.77%
B=43.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76681100.310.3800.57251.4323.634.9
Hex4C446E1F26039fb1823
Octal11410415637460713733043
Binary1001100100010011011101111110011001110011111101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,68,110); }

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

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

 a { background-color: rgb(76,68,110); }

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

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

 span { border-color: rgb(76,68,110); }

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