Html Css Color HEX #424847 Corduroy

📋 copy color: '#424847'

red 66 ◦ green 72 ◦ blue 71

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

Shades of Corduroy #424847

Tints of Corduroy #424847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

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

R = 31.58%
G = 34.45%
B = 33.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#424847 (or 0x424847) is known color: Corduroy. HEX triplet: 42, 48 and 47. RGB value is (66,72,71). Sum of RGB (Red+Green+Blue) = 66+72+71=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 72 - color contains mainly: green. Hex color #424847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424847 is #BDB7B8. Grayscale: #464646. Windows color (decimal): -12433337 or 4671554. OLE color: 4671554.

HSL color Cylindrical-coordinate representation of color #424847: hue angle of 170º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #424847 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 71 -
CMYK 0.08 0 0.01 0.72
HSL 170º 0.04% 0.27% -
HSV(B) 170º 0.08% 0.28% -
XYZ 5.7 6.25 6.87 -
YUV 70.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 66 72 71 0.08 0 0.01 0.72 170 0.04 0.27
Hex 42 48 47 8 0 1 48 AA 4 1B
Octal 102 110 107 10 0 1 110 252 4 33
Binary 1000010 1001000 1000111 1000 0 1 1001000 10101010 100 11011

Color Harmonies of #424847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424847

Black with #424847

Text Example


Text Example

White with #424847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424847; }

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

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

background-color css

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

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

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

border-color css

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

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

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