Html Css Color HEX #434A48 Corduroy

📋 copy color: '#434A48'

red 67 ◦ green 74 ◦ blue 72

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

Shades of Corduroy #434A48

Tints of Corduroy #434A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.74%

 BLUE value IS 72 (28.52% from 255) = 33.8%

R = 31.46%
G = 34.74%
B = 33.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#434A48 (or 0x434A48) is known color: Corduroy. HEX triplet: 43, 4A and 48. RGB value is (67,74,72). Sum of RGB (Red+Green+Blue) = 67+74+72=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 74 - color contains mainly: green. Hex color #434A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A48 is #BCB5B7. Grayscale: #474747. Windows color (decimal): -12367288 or 4737603. OLE color: 4737603.

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

Color convert

RGB 67 74 72 -
CMYK 0.09 0 0.03 0.71
HSL 162.86º 0.05% 0.28% -
HSV(B) 162.86º 0.09% 0.29% -
XYZ 5.93 6.56 7.08 -
YUV 71.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 67 74 72 0.09 0 0.03 0.71 162.86 0.05 0.28
Hex 43 4A 48 9 0 3 47 A3 5 1C
Octal 103 112 110 11 0 3 107 243 5 34
Binary 1000011 1001010 1001000 1001 0 11 1000111 10100011 101 11100

Color Harmonies of #434A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A48

Black with #434A48

Text Example


Text Example

White with #434A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,74,72); }

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

background-color css

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

 a { background-color: rgb(67,74,72); }

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

border-color css

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

 span { border-color: rgb(67,74,72); }

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