Html Css Color HEX #454F46 Grey-Asparagus

📋 copy color: '#454F46'

red 69 ◦ green 79 ◦ blue 70

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

Shades of Grey-Asparagus #454F46

Tints of Grey-Asparagus #454F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.24%

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 31.65%
G = 36.24%
B = 32.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#454F46 (or 0x454F46) is known color: Grey-Asparagus. HEX triplet: 45, 4F and 46. RGB value is (69,79,70). Sum of RGB (Red+Green+Blue) = 69+79+70=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #454F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F46 is #BAB0B9. Grayscale: #4B4B4B. Windows color (decimal): -12234938 or 4607813. OLE color: 4607813.

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

Color convert

RGB 69 79 70 -
CMYK 0.13 0 0.11 0.69
HSL 126º 0.07% 0.29% -
HSV(B) 126º 0.13% 0.31% -
XYZ 6.36 7.3 6.87 -
YUV 74.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 69 79 70 0.13 0 0.11 0.69 126 0.07 0.29
Hex 45 4F 46 D 0 B 45 7E 7 1D
Octal 105 117 106 15 0 13 105 176 7 35
Binary 1000101 1001111 1000110 1101 0 1011 1000101 1111110 111 11101

Color Harmonies of #454F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454F46

Black with #454F46

Text Example


Text Example

White with #454F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,79,70); }

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

background-color css

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

 a { background-color: rgb(69,79,70); }

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

border-color css

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

 span { border-color: rgb(69,79,70); }

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