Html Css Color HEX #414B49 Corduroy

📋 copy color: '#414B49'

red 65 ◦ green 75 ◦ blue 73

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

Shades of Corduroy #414B49

Tints of Corduroy #414B49

RGB

 RED value IS 65 (25.78% from 255) = 30.52%

 GREEN value IS 75 (29.69% from 255) = 35.21%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 30.52%
G = 35.21%
B = 34.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#414B49 (or 0x414B49) is known color: Corduroy. HEX triplet: 41, 4B and 49. RGB value is (65,75,73). Sum of RGB (Red+Green+Blue) = 65+75+73=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 75 - color contains mainly: green. Hex color #414B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B49 is #BEB4B6. Grayscale: #474747. Windows color (decimal): -12498103 or 4803393. OLE color: 4803393.

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

Color convert

RGB 65 75 73 -
CMYK 0.13 0 0.03 0.71
HSL 168º 0.07% 0.27% -
HSV(B) 168º 0.13% 0.29% -
XYZ 5.9 6.64 7.27 -
YUV 71.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 65 75 73 0.13 0 0.03 0.71 168 0.07 0.27
Hex 41 4B 49 D 0 3 47 A8 7 1B
Octal 101 113 111 15 0 3 107 250 7 33
Binary 1000001 1001011 1001001 1101 0 11 1000111 10101000 111 11011

Color Harmonies of #414B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B49

Black with #414B49

Text Example


Text Example

White with #414B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414B49; }

 p { color: rgb(65,75,73); }

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

background-color css

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

 a { background-color: rgb(65,75,73); }

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

border-color css

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

 span { border-color: rgb(65,75,73); }

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