Html Css Color HEX #434B49 Corduroy

📋 copy color: '#434B49'

red 67 ◦ green 75 ◦ blue 73

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

Shades of Corduroy #434B49

Tints of Corduroy #434B49

RGB

 RED value IS 67 (26.56% from 255) = 31.16%

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

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

R = 31.16%
G = 34.88%
B = 33.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#434B49 (or 0x434B49) is known color: Corduroy. HEX triplet: 43, 4B and 49. RGB value is (67,75,73). Sum of RGB (Red+Green+Blue) = 67+75+73=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 75 - color contains mainly: green. Hex color #434B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B49 is #BCB4B6. Grayscale: #484848. Windows color (decimal): -12367031 or 4803395. OLE color: 4803395.

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

Color convert

RGB 67 75 73 -
CMYK 0.11 0 0.03 0.71
HSL 165º 0.06% 0.28% -
HSV(B) 165º 0.11% 0.29% -
XYZ 6.03 6.71 7.28 -
YUV 72.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 67 75 73 0.11 0 0.03 0.71 165 0.06 0.28
Hex 43 4B 49 B 0 3 47 A5 6 1C
Octal 103 113 111 13 0 3 107 245 6 34
Binary 1000011 1001011 1001001 1011 0 11 1000111 10100101 110 11100

Color Harmonies of #434B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B49

Black with #434B49

Text Example


Text Example

White with #434B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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