#4C386B

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

Shades of Meteorite #4C386B

Tints of Meteorite #4C386B

Color information

#4C386B (or 0x4C386B) is unknown color: approx Meteorite. HEX triplet: 4C, 38 and 6B. RGB value is (76,56,107). Sum of RGB (Red+Green+Blue) = 76+56+107=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C386B is #B3C794. Grayscale: #434343. Windows color (decimal): -11782037 or 7026764. OLE color: 7026764.

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

Color convert

RGB7656107-
CMYK0.290.4800.58
HSL263.53º31.29%31.96%-
HSV(B)263.53º47.66%41.96%-
XYZ7.055.4314.59-
YUV67.79150.13133.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=31.80%
G=23.43%
B=44.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76561070.290.4800.58263.5331.2931.96
Hex4C386B1D3003A1081f20
Octal1147015335600724103740
Binary1001100111000110101111101110000011101010000100011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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