Html Css Color HEX #424644 Corduroy

📋 copy color: '#424644'

red 66 ◦ green 70 ◦ blue 68

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

Shades of Corduroy #424644

Tints of Corduroy #424644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

 BLUE value IS 68 (26.95% from 255) = 33.33%

R = 32.35%
G = 34.31%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#424644 (or 0x424644) is known color: Corduroy. HEX triplet: 42, 46 and 44. RGB value is (66,70,68). Sum of RGB (Red+Green+Blue) = 66+70+68=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 70 - color contains mainly: green. Hex color #424644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424644 is #BDB9BB. Grayscale: #444444. Windows color (decimal): -12433852 or 4474434. OLE color: 4474434.

HSL color Cylindrical-coordinate representation of color #424644: hue angle of 150º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #424644 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 68 -
CMYK 0.06 0 0.03 0.73
HSL 150º 0.03% 0.27% -
HSV(B) 150º 0.06% 0.27% -
XYZ 5.48 5.96 6.33 -
YUV 68.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 66 70 68 0.06 0 0.03 0.73 150 0.03 0.27
Hex 42 46 44 6 0 3 49 96 3 1B
Octal 102 106 104 6 0 3 111 226 3 33
Binary 1000010 1000110 1000100 110 0 11 1001001 10010110 11 11011

Color Harmonies of #424644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424644

Black with #424644

Text Example


Text Example

White with #424644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424644; }

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

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

background-color css

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

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

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

border-color css

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

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

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