Html Css Color HEX #404F4B Corduroy

📋 copy color: '#404F4B'

red 64 ◦ green 79 ◦ blue 75

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

Shades of Corduroy #404F4B

Tints of Corduroy #404F4B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.24%

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

R = 29.36%
G = 36.24%
B = 34.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#404F4B (or 0x404F4B) is known color: Corduroy. HEX triplet: 40, 4F and 4B. RGB value is (64,79,75). Sum of RGB (Red+Green+Blue) = 64+79+75=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #404F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F4B is #BFB0B4. Grayscale: #4A4A4A. Windows color (decimal): -12562613 or 4935488. OLE color: 4935488.

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

Color convert

RGB 64 79 75 -
CMYK 0.19 0 0.05 0.69
HSL 164º 0.1% 0.28% -
HSV(B) 164º 0.19% 0.31% -
XYZ 6.18 7.19 7.72 -
YUV 74.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 64 79 75 0.19 0 0.05 0.69 164 0.1 0.28
Hex 40 4F 4B 13 0 5 45 A4 A 1C
Octal 100 117 113 23 0 5 105 244 12 34
Binary 1000000 1001111 1001011 10011 0 101 1000101 10100100 1010 11100

Color Harmonies of #404F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F4B

Black with #404F4B

Text Example


Text Example

White with #404F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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