Html Css Color HEX #454B41 Armadillo

📋 copy color: '#454B41'

red 69 ◦ green 75 ◦ blue 65

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

Shades of Armadillo #454B41

Tints of Armadillo #454B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 33.01%
G = 35.89%
B = 31.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#454B41 (or 0x454B41) is known color: Armadillo. HEX triplet: 45, 4B and 41. RGB value is (69,75,65). Sum of RGB (Red+Green+Blue) = 69+75+65=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #454B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B41 is #BAB4BE. Grayscale: #484848. Windows color (decimal): -12235967 or 4279109. OLE color: 4279109.

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

Color convert

RGB 69 75 65 -
CMYK 0.08 0 0.13 0.71
HSL 96º 0.07% 0.27% -
HSV(B) 96º 0.13% 0.29% -
XYZ 5.92 6.68 5.98 -
YUV 72.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 69 75 65 0.08 0 0.13 0.71 96 0.07 0.27
Hex 45 4B 41 8 0 D 47 60 7 1B
Octal 105 113 101 10 0 15 107 140 7 33
Binary 1000101 1001011 1000001 1000 0 1101 1000111 1100000 111 11011

Color Harmonies of #454B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B41

Black with #454B41

Text Example


Text Example

White with #454B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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