Html Css Color HEX #424A45 Goblin

📋 copy color: '#424A45'

red 66 ◦ green 74 ◦ blue 69

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

Shades of Goblin #424A45

Tints of Goblin #424A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.41%

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 31.58%
G = 35.41%
B = 33.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#424A45 (or 0x424A45) is known color: Goblin. HEX triplet: 42, 4A and 45. RGB value is (66,74,69). Sum of RGB (Red+Green+Blue) = 66+74+69=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 74 - color contains mainly: green. Hex color #424A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A45 is #BDB5BA. Grayscale: #474747. Windows color (decimal): -12432827 or 4540994. OLE color: 4540994.

HSL color Cylindrical-coordinate representation of color #424A45: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #424A45 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 74 69 -
CMYK 0.11 0 0.07 0.71
HSL 142.5º 0.06% 0.27% -
HSV(B) 142.5º 0.11% 0.29% -
XYZ 5.77 6.49 6.58 -
YUV 71.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 66 74 69 0.11 0 0.07 0.71 142.5 0.06 0.27
Hex 42 4A 45 B 0 7 47 8E 6 1B
Octal 102 112 105 13 0 7 107 216 6 33
Binary 1000010 1001010 1000101 1011 0 111 1000111 10001110 110 11011

Color Harmonies of #424A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A45

Black with #424A45

Text Example


Text Example

White with #424A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,69); }

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

background-color css

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

 a { background-color: rgb(66,74,69); }

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

border-color css

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

 span { border-color: rgb(66,74,69); }

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