Html Css Color HEX #455047 Grey-Asparagus

📋 copy color: '#455047'

red 69 ◦ green 80 ◦ blue 71

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

Shades of Grey-Asparagus #455047

Tints of Grey-Asparagus #455047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 31.36%
G = 36.36%
B = 32.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#455047 (or 0x455047) is known color: Grey-Asparagus. HEX triplet: 45, 50 and 47. RGB value is (69,80,71). Sum of RGB (Red+Green+Blue) = 69+80+71=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #455047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455047 is #BAAFB8. Grayscale: #4B4B4B. Windows color (decimal): -12234681 or 4673605. OLE color: 4673605.

HSL color Cylindrical-coordinate representation of color #455047: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #455047 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 71 -
CMYK 0.14 0 0.11 0.69
HSL 130.91º 0.07% 0.29% -
HSV(B) 130.91º 0.14% 0.31% -
XYZ 6.46 7.46 7.06 -
YUV 75.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 69 80 71 0.14 0 0.11 0.69 130.91 0.07 0.29
Hex 45 50 47 E 0 B 45 83 7 1D
Octal 105 120 107 16 0 13 105 203 7 35
Binary 1000101 1010000 1000111 1110 0 1011 1000101 10000011 111 11101

Color Harmonies of #455047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455047

Black with #455047

Text Example


Text Example

White with #455047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455047; }

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

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

background-color css

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

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

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

border-color css

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

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

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