#4C3869

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

Shades of Meteorite #4C3869

Tints of Meteorite #4C3869

Color information

#4C3869 (or 0x4C3869) is unknown color: approx Meteorite. HEX triplet: 4C, 38 and 69. RGB value is (76,56,105). Sum of RGB (Red+Green+Blue) = 76+56+105=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3869 is #B3C796. Grayscale: #434343. Windows color (decimal): -11782039 or 6895692. OLE color: 6895692.

HSL color Cylindrical-coordinate representation of color #4C3869: hue angle of 264.49º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C3869 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7656105-
CMYK0.280.4700.59
HSL264.49º30.43%31.57%-
HSV(B)264.49º46.67%41.18%-
XYZ6.945.3814.04-
YUV67.57149.13134.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=32.07%
G=23.63%
B=44.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76561050.280.4700.59264.4930.4331.57
Hex4C38691C2F03B1081e20
Octal1147015134570734103640
Binary1001100111000110100111100101111011101110000100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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