Html Css Color HEX #424F46 Goblin

📋 copy color: '#424F46'

red 66 ◦ green 79 ◦ blue 70

#424F46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #424F46

Tints of Goblin #424F46

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 79 (31.25% from 255) = 36.74%

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 30.7%
G = 36.74%
B = 32.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#424F46 (or 0x424F46) is known color: 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

RGB 66 79 70 -
CMYK 0.16 0 0.11 0.69
HSL 138.46º 0.09% 0.28% -
HSV(B) 138.46º 0.16% 0.31% -
XYZ 6.15 7.19 6.86 -
YUV 74.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 66 79 70 0.16 0 0.11 0.69 138.46 0.09 0.28
Hex 42 4F 46 10 0 B 45 8A 9 1C
Octal 102 117 106 20 0 13 105 212 11 34
Binary 1000010 1001111 1000110 10000 0 1011 1000101 10001010 1001 11100

Color Harmonies of #424F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F46

Black with #424F46

Text Example


Text Example

White with #424F46

Text Example


Text Example

HTML Codes & Css Web 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>