Html Css Color HEX #454746 Corduroy

📋 copy color: '#454746'

red 69 ◦ green 71 ◦ blue 70

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

Shades of Corduroy #454746

Tints of Corduroy #454746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 32.86%
G = 33.81%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#454746 (or 0x454746) is known color: Corduroy. HEX triplet: 45, 47 and 46. RGB value is (69,71,70). Sum of RGB (Red+Green+Blue) = 69+71+70=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 71 - color contains mainly: green. Hex color #454746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454746 is #BAB8B9. Grayscale: #464646. Windows color (decimal): -12236986 or 4605765. OLE color: 4605765.

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

Color convert

RGB 69 71 70 -
CMYK 0.03 0 0.01 0.72
HSL 150º 0.01% 0.27% -
HSV(B) 150º 0.03% 0.28% -
XYZ 5.81 6.21 6.69 -
YUV 70.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 69 71 70 0.03 0 0.01 0.72 150 0.01 0.27
Hex 45 47 46 3 0 1 48 96 1 1B
Octal 105 107 106 3 0 1 110 226 1 33
Binary 1000101 1000111 1000110 11 0 1 1001000 10010110 1 11011

Color Harmonies of #454746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454746

Black with #454746

Text Example


Text Example

White with #454746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454746; }

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

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

background-color css

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

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

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

border-color css

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

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

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