Html Css Color HEX #424946 Corduroy

📋 copy color: '#424946'

red 66 ◦ green 73 ◦ blue 70

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

Shades of Corduroy #424946

Tints of Corduroy #424946

RGB

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

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

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

R = 31.58%
G = 34.93%
B = 33.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#424946 (or 0x424946) is known color: Corduroy. HEX triplet: 42, 49 and 46. RGB value is (66,73,70). Sum of RGB (Red+Green+Blue) = 66+73+70=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 73 - color contains mainly: green. Hex color #424946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424946 is #BDB6B9. Grayscale: #464646. Windows color (decimal): -12433082 or 4606274. OLE color: 4606274.

HSL color Cylindrical-coordinate representation of color #424946: hue angle of 154.29º 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 #424946 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 70 -
CMYK 0.10 0 0.04 0.71
HSL 154.29º 0.05% 0.27% -
HSV(B) 154.29º 0.1% 0.29% -
XYZ 5.73 6.37 6.72 -
YUV 70.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 66 73 70 0.10 0 0.04 0.71 154.29 0.05 0.27
Hex 42 49 46 A 0 4 47 9A 5 1B
Octal 102 111 106 12 0 4 107 232 5 33
Binary 1000010 1001001 1000110 1010 0 100 1000111 10011010 101 11011

Color Harmonies of #424946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424946

Black with #424946

Text Example


Text Example

White with #424946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424946; }

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

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

background-color css

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

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

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

border-color css

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

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

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