#4C4767

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

Shades of Meteorite #4C4767

Tints of Meteorite #4C4767

Color information

#4C4767 (or 0x4C4767) is unknown color: approx Meteorite. HEX triplet: 4C, 47 and 67. RGB value is (76,71,103). Sum of RGB (Red+Green+Blue) = 76+71+103=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C4767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4767 is #B3B898. Grayscale: #4C4C4C. Windows color (decimal): -11778201 or 6768460. OLE color: 6768460.

HSL color Cylindrical-coordinate representation of color #4C4767: hue angle of 249.38º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C4767 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7671103-
CMYK0.260.3100.60
HSL249.38º18.39%34.12%-
HSV(B)249.38º31.07%40.39%-
XYZ7.687.0213.78-
YUV76.14143.16127.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.4%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=30.4%
G=28.4%
B=41.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76711030.260.3100.60249.3818.3934.12
Hex4C47671A1F03Cf91222
Octal11410714732370743712242
Binary100110010001111100111110101111101111001111100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,71,103); }

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

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

 a { background-color: rgb(76,71,103); }

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

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

 span { border-color: rgb(76,71,103); }

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