Html Css Color HEX #424E46 Goblin

📋 copy color: '#424E46'

red 66 ◦ green 78 ◦ blue 70

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

Shades of Goblin #424E46

Tints of Goblin #424E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.45%

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

R = 30.84%
G = 36.45%
B = 32.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#424E46 (or 0x424E46) is known color: Goblin. HEX triplet: 42, 4E and 46. RGB value is (66,78,70). Sum of RGB (Red+Green+Blue) = 66+78+70=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 78 - color contains mainly: green. Hex color #424E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E46 is #BDB1B9. Grayscale: #494949. Windows color (decimal): -12431802 or 4607554. OLE color: 4607554.

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

Color convert

RGB 66 78 70 -
CMYK 0.15 0 0.10 0.69
HSL 140º 0.08% 0.28% -
HSV(B) 140º 0.15% 0.31% -
XYZ 6.08 7.05 6.83 -
YUV 73.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 66 78 70 0.15 0 0.10 0.69 140 0.08 0.28
Hex 42 4E 46 F 0 A 45 8C 8 1C
Octal 102 116 106 17 0 12 105 214 10 34
Binary 1000010 1001110 1000110 1111 0 1010 1000101 10001100 1000 11100

Color Harmonies of #424E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E46

Black with #424E46

Text Example


Text Example

White with #424E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #424E46;
 }
 .AnyTagClassName
 {
   color: #424E46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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