Html Css Color HEX #424846 Corduroy

📋 copy color: '#424846'

red 66 ◦ green 72 ◦ blue 70

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

Shades of Corduroy #424846

Tints of Corduroy #424846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 31.73%
G = 34.62%
B = 33.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#424846 (or 0x424846) is known color: Corduroy. HEX triplet: 42, 48 and 46. RGB value is (66,72,70). Sum of RGB (Red+Green+Blue) = 66+72+70=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 72 - color contains mainly: green. Hex color #424846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424846 is #BDB7B9. Grayscale: #454545. Windows color (decimal): -12433338 or 4606018. OLE color: 4606018.

HSL color Cylindrical-coordinate representation of color #424846: hue angle of 160º 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 #424846 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 70 -
CMYK 0.08 0 0.03 0.72
HSL 160º 0.04% 0.27% -
HSV(B) 160º 0.08% 0.28% -
XYZ 5.67 6.24 6.7 -
YUV 69.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 66 72 70 0.08 0 0.03 0.72 160 0.04 0.27
Hex 42 48 46 8 0 3 48 A0 4 1B
Octal 102 110 106 10 0 3 110 240 4 33
Binary 1000010 1001000 1000110 1000 0 11 1001000 10100000 100 11011

Color Harmonies of #424846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424846

Black with #424846

Text Example


Text Example

White with #424846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424846; }

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

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

background-color css

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

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

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

border-color css

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

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

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