Html Css Color HEX #454B40 Armadillo

📋 copy color: '#454B40'

red 69 ◦ green 75 ◦ blue 64

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

Shades of Armadillo #454B40

Tints of Armadillo #454B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 33.17%
G = 36.06%
B = 30.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#454B40 (or 0x454B40) is known color: Armadillo. HEX triplet: 45, 4B and 40. RGB value is (69,75,64). Sum of RGB (Red+Green+Blue) = 69+75+64=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #454B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B40 is #BAB4BF. Grayscale: #474747. Windows color (decimal): -12235968 or 4213573. OLE color: 4213573.

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

Color convert

RGB 69 75 64 -
CMYK 0.08 0 0.15 0.71
HSL 92.73º 0.08% 0.27% -
HSV(B) 92.73º 0.15% 0.29% -
XYZ 5.9 6.67 5.83 -
YUV 71.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 69 75 64 0.08 0 0.15 0.71 92.73 0.08 0.27
Hex 45 4B 40 8 0 F 47 5D 8 1B
Octal 105 113 100 10 0 17 107 135 10 33
Binary 1000101 1001011 1000000 1000 0 1111 1000111 1011101 1000 11011

Color Harmonies of #454B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B40

Black with #454B40

Text Example


Text Example

White with #454B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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