Html Css Color HEX #424947 Corduroy

📋 copy color: '#424947'

red 66 ◦ green 73 ◦ blue 71

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

Shades of Corduroy #424947

Tints of Corduroy #424947

RGB

 RED value IS 66 (26.17% from 255) = 31.43%

 GREEN value IS 73 (28.91% from 255) = 34.76%

 BLUE value IS 71 (28.13% from 255) = 33.81%

R = 31.43%
G = 34.76%
B = 33.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#424947 (or 0x424947) is known color: Corduroy. HEX triplet: 42, 49 and 47. RGB value is (66,73,71). Sum of RGB (Red+Green+Blue) = 66+73+71=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 73 - color contains mainly: green. Hex color #424947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424947 is #BDB6B8. Grayscale: #464646. Windows color (decimal): -12433081 or 4671810. OLE color: 4671810.

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

Color convert

RGB 66 73 71 -
CMYK 0.10 0 0.03 0.71
HSL 162.86º 0.05% 0.27% -
HSV(B) 162.86º 0.1% 0.29% -
XYZ 5.77 6.38 6.89 -
YUV 70.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 66 73 71 0.10 0 0.03 0.71 162.86 0.05 0.27
Hex 42 49 47 A 0 3 47 A3 5 1B
Octal 102 111 107 12 0 3 107 243 5 33
Binary 1000010 1001001 1000111 1010 0 11 1000111 10100011 101 11011

Color Harmonies of #424947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424947

Black with #424947

Text Example


Text Example

White with #424947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424947; }

 p { color: rgb(66,73,71); }

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

background-color css

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

 a { background-color: rgb(66,73,71); }

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

border-color css

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

 span { border-color: rgb(66,73,71); }

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