#424F46

Color #424F46 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #424F46

Tints of Goblin #424F46

Color information

#424F46 (or 0x424F46) is unknown color: approx Goblin. HEX triplet: 42, 4F and 46. RGB value is (66,79,70). Sum of RGB (Red+Green+Blue) = 66+79+70=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 79 - color contains mainly: green. Hex color #424F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F46 is #BDB0B9. Grayscale: #4A4A4A. Windows color (decimal): -12431546 or 4607810. OLE color: 4607810.

HSL color Cylindrical-coordinate representation of color #424F46: hue angle of 138.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #424F46 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB667970-
CMYK0.1600.110.69
HSL138.46º8.97%28.43%-
HSV(B)138.46º16.46%30.98%-
XYZ6.157.196.86-
YUV74.09125.69122.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=30.70%
G=36.74%
B=32.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679700.1600.110.69138.468.9728.43
Hex424F46100B458a91c
Octal102117106200131052121134
Binary1000010100111110001101000001011100010110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F46; }

 p { color: rgb(66,79,70); }

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

<style>
 a { background-color: #424F46; }

 a { background-color: rgb(66,79,70); }

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

<style>
 span { border-color: #424F46; }

 span { border-color: rgb(66,79,70); }

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