Html Css Color HEX #454847 Corduroy

📋 copy color: '#454847'

red 69 ◦ green 72 ◦ blue 71

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

Shades of Corduroy #454847

Tints of Corduroy #454847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

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

R = 32.55%
G = 33.96%
B = 33.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#454847 (or 0x454847) is known color: Corduroy. HEX triplet: 45, 48 and 47. RGB value is (69,72,71). Sum of RGB (Red+Green+Blue) = 69+72+71=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 72 - color contains mainly: green. Hex color #454847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454847 is #BAB7B8. Grayscale: #464646. Windows color (decimal): -12236729 or 4671557. OLE color: 4671557.

HSL color Cylindrical-coordinate representation of color #454847: hue angle of 160º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #454847 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 72 71 -
CMYK 0.04 0 0.01 0.72
HSL 160º 0.02% 0.28% -
HSV(B) 160º 0.04% 0.28% -
XYZ 5.91 6.35 6.88 -
YUV 70.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 69 72 71 0.04 0 0.01 0.72 160 0.02 0.28
Hex 45 48 47 4 0 1 48 A0 2 1C
Octal 105 110 107 4 0 1 110 240 2 34
Binary 1000101 1001000 1000111 100 0 1 1001000 10100000 10 11100

Color Harmonies of #454847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454847

Black with #454847

Text Example


Text Example

White with #454847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454847; }

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

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

background-color css

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

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

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

border-color css

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

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

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