Html Css Color HEX #454C46 Grey-Asparagus

📋 copy color: '#454C46'

red 69 ◦ green 76 ◦ blue 70

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

Shades of Grey-Asparagus #454C46

Tints of Grey-Asparagus #454C46

RGB

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

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

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

R = 32.09%
G = 35.35%
B = 32.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#454C46 (or 0x454C46) is known color: Grey-Asparagus. HEX triplet: 45, 4C and 46. RGB value is (69,76,70). Sum of RGB (Red+Green+Blue) = 69+76+70=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #454C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C46 is #BAB3B9. Grayscale: #494949. Windows color (decimal): -12235706 or 4607045. OLE color: 4607045.

HSL color Cylindrical-coordinate representation of color #454C46: hue angle of 128.57º 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 #454C46 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 76 70 -
CMYK 0.09 0 0.08 0.70
HSL 128.57º 0.05% 0.28% -
HSV(B) 128.57º 0.09% 0.3% -
XYZ 6.14 6.88 6.8 -
YUV 73.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 69 76 70 0.09 0 0.08 0.70 128.57 0.05 0.28
Hex 45 4C 46 9 0 8 46 81 5 1C
Octal 105 114 106 11 0 10 106 201 5 34
Binary 1000101 1001100 1000110 1001 0 1000 1000110 10000001 101 11100

Color Harmonies of #454C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C46

Black with #454C46

Text Example


Text Example

White with #454C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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