Html Css Color HEX #424643 Goblin

📋 copy color: '#424643'

red 66 ◦ green 70 ◦ blue 67

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

Shades of Goblin #424643

Tints of Goblin #424643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 32.51%
G = 34.48%
B = 33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#424643 (or 0x424643) is known color: Goblin. HEX triplet: 42, 46 and 43. RGB value is (66,70,67). Sum of RGB (Red+Green+Blue) = 66+70+67=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 70 - color contains mainly: green. Hex color #424643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424643 is #BDB9BC. Grayscale: #444444. Windows color (decimal): -12433853 or 4408898. OLE color: 4408898.

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

Color convert

RGB 66 70 67 -
CMYK 0.06 0 0.04 0.73
HSL 135º 0.03% 0.27% -
HSV(B) 135º 0.06% 0.27% -
XYZ 5.45 5.94 6.17 -
YUV 68.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 66 70 67 0.06 0 0.04 0.73 135 0.03 0.27
Hex 42 46 43 6 0 4 49 87 3 1B
Octal 102 106 103 6 0 4 111 207 3 33
Binary 1000010 1000110 1000011 110 0 100 1001001 10000111 11 11011

Color Harmonies of #424643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424643

Black with #424643

Text Example


Text Example

White with #424643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424643; }

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

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

background-color css

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

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

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

border-color css

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

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

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