Html Css Color HEX #455147 Grey-Asparagus

📋 copy color: '#455147'

red 69 ◦ green 81 ◦ blue 71

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

Shades of Grey-Asparagus #455147

Tints of Grey-Asparagus #455147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

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

R = 31.22%
G = 36.65%
B = 32.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#455147 (or 0x455147) is known color: Grey-Asparagus. HEX triplet: 45, 51 and 47. RGB value is (69,81,71). Sum of RGB (Red+Green+Blue) = 69+81+71=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #455147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455147 is #BAAEB8. Grayscale: #4C4C4C. Windows color (decimal): -12234425 or 4673861. OLE color: 4673861.

HSL color Cylindrical-coordinate representation of color #455147: hue angle of 130º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #455147 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 81 71 -
CMYK 0.15 0 0.12 0.68
HSL 130º 0.08% 0.29% -
HSV(B) 130º 0.15% 0.32% -
XYZ 6.53 7.61 7.08 -
YUV 76.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 69 81 71 0.15 0 0.12 0.68 130 0.08 0.29
Hex 45 51 47 F 0 C 44 82 8 1D
Octal 105 121 107 17 0 14 104 202 10 35
Binary 1000101 1010001 1000111 1111 0 1100 1000100 10000010 1000 11101

Color Harmonies of #455147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455147

Black with #455147

Text Example


Text Example

White with #455147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455147; }

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

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

background-color css

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

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

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

border-color css

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

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

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