Html Css Color HEX #454B46 Grey-Asparagus

📋 copy color: '#454B46'

red 69 ◦ green 75 ◦ blue 70

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

Shades of Grey-Asparagus #454B46

Tints of Grey-Asparagus #454B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.05%

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

R = 32.24%
G = 35.05%
B = 32.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#454B46 (or 0x454B46) is known color: Grey-Asparagus. HEX triplet: 45, 4B and 46. RGB value is (69,75,70). Sum of RGB (Red+Green+Blue) = 69+75+70=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 75 - color contains mainly: green. Hex color #454B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B46 is #BAB4B9. Grayscale: #484848. Windows color (decimal): -12235962 or 4606789. OLE color: 4606789.

HSL color Cylindrical-coordinate representation of color #454B46: hue angle of 130º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #454B46 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 75 70 -
CMYK 0.08 0 0.07 0.71
HSL 130º 0.04% 0.28% -
HSV(B) 130º 0.08% 0.29% -
XYZ 6.08 6.74 6.77 -
YUV 72.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 69 75 70 0.08 0 0.07 0.71 130 0.04 0.28
Hex 45 4B 46 8 0 7 47 82 4 1C
Octal 105 113 106 10 0 7 107 202 4 34
Binary 1000101 1001011 1000110 1000 0 111 1000111 10000010 100 11100

Color Harmonies of #454B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B46

Black with #454B46

Text Example


Text Example

White with #454B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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