Html Css Color HEX #454C47 Goblin

📋 copy color: '#454C47'

red 69 ◦ green 76 ◦ blue 71

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

Shades of Goblin #454C47

Tints of Goblin #454C47

RGB

 RED value IS 69 (27.34% from 255) = 31.94%

 GREEN value IS 76 (30.08% from 255) = 35.19%

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 31.94%
G = 35.19%
B = 32.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#454C47 (or 0x454C47) is known color: Goblin. HEX triplet: 45, 4C and 47. RGB value is (69,76,71). Sum of RGB (Red+Green+Blue) = 69+76+71=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 76 - color contains mainly: green. Hex color #454C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C47 is #BAB3B8. Grayscale: #494949. Windows color (decimal): -12235705 or 4672581. OLE color: 4672581.

HSL color Cylindrical-coordinate representation of color #454C47: hue angle of 137.14º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #454C47 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 76 71 -
CMYK 0.09 0 0.07 0.70
HSL 137.14º 0.05% 0.28% -
HSV(B) 137.14º 0.09% 0.3% -
XYZ 6.18 6.89 6.97 -
YUV 73.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 69 76 71 0.09 0 0.07 0.70 137.14 0.05 0.28
Hex 45 4C 47 9 0 7 46 89 5 1C
Octal 105 114 107 11 0 7 106 211 5 34
Binary 1000101 1001100 1000111 1001 0 111 1000110 10001001 101 11100

Color Harmonies of #454C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C47

Black with #454C47

Text Example


Text Example

White with #454C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454C47; }

 p { color: rgb(69,76,71); }

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

background-color css

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

 a { background-color: rgb(69,76,71); }

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

border-color css

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

 span { border-color: rgb(69,76,71); }

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