Html Css Color HEX #454947 Corduroy

📋 copy color: '#454947'

red 69 ◦ green 73 ◦ blue 71

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

Shades of Corduroy #454947

Tints of Corduroy #454947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.27%

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 32.39%
G = 34.27%
B = 33.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#454947 (or 0x454947) is known color: Corduroy. HEX triplet: 45, 49 and 47. RGB value is (69,73,71). Sum of RGB (Red+Green+Blue) = 69+73+71=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 73 - color contains mainly: green. Hex color #454947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454947 is #BAB6B8. Grayscale: #474747. Windows color (decimal): -12236473 or 4671813. OLE color: 4671813.

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

Color convert

RGB 69 73 71 -
CMYK 0.05 0 0.03 0.71
HSL 150º 0.03% 0.28% -
HSV(B) 150º 0.05% 0.29% -
XYZ 5.97 6.49 6.9 -
YUV 71.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 69 73 71 0.05 0 0.03 0.71 150 0.03 0.28
Hex 45 49 47 5 0 3 47 96 3 1C
Octal 105 111 107 5 0 3 107 226 3 34
Binary 1000101 1001001 1000111 101 0 11 1000111 10010110 11 11100

Color Harmonies of #454947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454947

Black with #454947

Text Example


Text Example

White with #454947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454947; }

 p { color: rgb(69,73,71); }

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

background-color css

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

 a { background-color: rgb(69,73,71); }

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

border-color css

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

 span { border-color: rgb(69,73,71); }

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