#454A48

Color #454A48 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #454A48

Tints of Corduroy #454A48

Color information

#454A48 (or 0x454A48) is unknown color: approx Corduroy. HEX triplet: 45, 4A and 48. RGB value is (69,74,72). Sum of RGB (Red+Green+Blue) = 69+74+72=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 74 - color contains mainly: green. Hex color #454A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A48 is #BAB5B7. Grayscale: #484848. Windows color (decimal): -12236216 or 4737605. OLE color: 4737605.

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

Color convert

RGB697472-
CMYK0.0700.030.71
HSL156º3.5%28.04%-
HSV(B)156º6.76%29.02%-
XYZ6.076.637.09-
YUV72.28127.84125.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=32.09%
G=34.42%
B=33.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6974720.0700.030.711563.528.04
Hex454A48703479c31c
Octal105112110703107234334
Binary1000101100101010010001110111000111100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #454A48;
 }
 .AnyTagClassName
 {
   color: #454A48;
 }
</style>
background-color css

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

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

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

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

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

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