Html Css Color HEX #40504B Corduroy

📋 copy color: '#40504B'

red 64 ◦ green 80 ◦ blue 75

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

Shades of Corduroy #40504B

Tints of Corduroy #40504B

RGB

 RED value IS 64 (25.39% from 255) = 29.22%

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 29.22%
G = 36.53%
B = 34.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#40504B (or 0x40504B) is known color: Corduroy. HEX triplet: 40, 50 and 4B. RGB value is (64,80,75). Sum of RGB (Red+Green+Blue) = 64+80+75=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #40504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40504B is #BFAFB4. Grayscale: #4A4A4A. Windows color (decimal): -12562357 or 4935744. OLE color: 4935744.

HSL color Cylindrical-coordinate representation of color #40504B: hue angle of 161.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40504B is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 75 -
CMYK 0.20 0 0.06 0.69
HSL 161.25º 0.11% 0.28% -
HSV(B) 161.25º 0.2% 0.31% -
XYZ 6.25 7.34 7.74 -
YUV 74.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 64 80 75 0.20 0 0.06 0.69 161.25 0.11 0.28
Hex 40 50 4B 14 0 6 45 A1 B 1C
Octal 100 120 113 24 0 6 105 241 13 34
Binary 1000000 1010000 1001011 10100 0 110 1000101 10100001 1011 11100

Color Harmonies of #40504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40504B

Black with #40504B

Text Example


Text Example

White with #40504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40504B; }

 p { color: rgb(64,80,75); }

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

background-color css

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

 a { background-color: rgb(64,80,75); }

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

border-color css

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

 span { border-color: rgb(64,80,75); }

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