#4C416B

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

Shades of Meteorite #4C416B

Tints of Meteorite #4C416B

Color information

#4C416B (or 0x4C416B) is unknown color: approx Meteorite. HEX triplet: 4C, 41 and 6B. RGB value is (76,65,107). Sum of RGB (Red+Green+Blue) = 76+65+107=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C416B is #B3BE94. Grayscale: #484848. Windows color (decimal): -11779733 or 7029068. OLE color: 7029068.

HSL color Cylindrical-coordinate representation of color #4C416B: hue angle of 255.71º 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 #4C416B is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7665107-
CMYK0.290.3900.58
HSL255.71º24.42%33.73%-
HSV(B)255.71º39.25%41.96%-
XYZ7.526.3814.74-
YUV73.08147.14130.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.65%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=30.65%
G=26.21%
B=43.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76651070.290.3900.58255.7124.4233.73
Hex4C416B1D2703A1001822
Octal11410115335470724003042
Binary10011001000001110101111101100111011101010000000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,107); }

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

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

 a { background-color: rgb(76,65,107); }

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

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

 span { border-color: rgb(76,65,107); }

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