Html Css Color HEX #424844 Goblin

📋 copy color: '#424844'

red 66 ◦ green 72 ◦ blue 68

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

Shades of Goblin #424844

Tints of Goblin #424844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 32.04%
G = 34.95%
B = 33.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#424844 (or 0x424844) is known color: Goblin. HEX triplet: 42, 48 and 44. RGB value is (66,72,68). Sum of RGB (Red+Green+Blue) = 66+72+68=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #424844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424844 is #BDB7BB. Grayscale: #454545. Windows color (decimal): -12433340 or 4474946. OLE color: 4474946.

HSL color Cylindrical-coordinate representation of color #424844: hue angle of 140º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #424844 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 68 -
CMYK 0.08 0 0.06 0.72
HSL 140º 0.04% 0.27% -
HSV(B) 140º 0.08% 0.28% -
XYZ 5.61 6.21 6.37 -
YUV 69.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 66 72 68 0.08 0 0.06 0.72 140 0.04 0.27
Hex 42 48 44 8 0 6 48 8C 4 1B
Octal 102 110 104 10 0 6 110 214 4 33
Binary 1000010 1001000 1000100 1000 0 110 1001000 10001100 100 11011

Color Harmonies of #424844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424844

Black with #424844

Text Example


Text Example

White with #424844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424844; }

 p { color: rgb(66,72,68); }

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

background-color css

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

 a { background-color: rgb(66,72,68); }

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

border-color css

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

 span { border-color: rgb(66,72,68); }

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