Html Css Color HEX #455447 Grey-Asparagus

📋 copy color: '#455447'

red 69 ◦ green 84 ◦ blue 71

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

Shades of Grey-Asparagus #455447

Tints of Grey-Asparagus #455447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.5%

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

R = 30.8%
G = 37.5%
B = 31.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#455447 (or 0x455447) is known color: Grey-Asparagus. HEX triplet: 45, 54 and 47. RGB value is (69,84,71). Sum of RGB (Red+Green+Blue) = 69+84+71=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #455447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455447 is #BAABB8. Grayscale: #4E4E4E. Windows color (decimal): -12233657 or 4674629. OLE color: 4674629.

HSL color Cylindrical-coordinate representation of color #455447: hue angle of 128º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #455447 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 71 -
CMYK 0.18 0 0.15 0.67
HSL 128º 0.1% 0.3% -
HSV(B) 128º 0.18% 0.33% -
XYZ 6.76 8.06 7.16 -
YUV 78.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 69 84 71 0.18 0 0.15 0.67 128 0.1 0.3
Hex 45 54 47 12 0 F 43 80 A 1E
Octal 105 124 107 22 0 17 103 200 12 36
Binary 1000101 1010100 1000111 10010 0 1111 1000011 10000000 1010 11110

Color Harmonies of #455447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455447

Black with #455447

Text Example


Text Example

White with #455447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455447; }

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

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

background-color css

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

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

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

border-color css

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

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

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