#454F4B

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

Shades of Corduroy #454F4B

Tints of Corduroy #454F4B

Color information

#454F4B (or 0x454F4B) is unknown color: approx Corduroy. HEX triplet: 45, 4F and 4B. RGB value is (69,79,75). Sum of RGB (Red+Green+Blue) = 69+79+75=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 79 - color contains mainly: green. Hex color #454F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F4B is #BAB0B4. Grayscale: #4B4B4B. Windows color (decimal): -12234933 or 4935493. OLE color: 4935493.

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

Color convert

RGB697975-
CMYK0.1300.050.69
HSL156º6.76%29.02%-
HSV(B)156º12.66%30.98%-
XYZ6.527.377.73-
YUV75.55127.69123.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=30.94%
G=35.43%
B=33.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979750.1300.050.691566.7629.02
Hex454F4BD05459c71d
Octal1051171131505105234735
Binary1000101100111110010111101010110001011001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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