Html Css Color HEX #424745 Corduroy

📋 copy color: '#424745'

red 66 ◦ green 71 ◦ blue 69

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

Shades of Corduroy #424745

Tints of Corduroy #424745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 32.04%
G = 34.47%
B = 33.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#424745 (or 0x424745) is known color: Corduroy. HEX triplet: 42, 47 and 45. RGB value is (66,71,69). Sum of RGB (Red+Green+Blue) = 66+71+69=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 71 - color contains mainly: green. Hex color #424745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424745 is #BDB8BA. Grayscale: #454545. Windows color (decimal): -12433595 or 4540226. OLE color: 4540226.

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

Color convert

RGB 66 71 69 -
CMYK 0.07 0 0.03 0.72
HSL 156º 0.04% 0.27% -
HSV(B) 156º 0.07% 0.28% -
XYZ 5.57 6.09 6.51 -
YUV 69.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 66 71 69 0.07 0 0.03 0.72 156 0.04 0.27
Hex 42 47 45 7 0 3 48 9C 4 1B
Octal 102 107 105 7 0 3 110 234 4 33
Binary 1000010 1000111 1000101 111 0 11 1001000 10011100 100 11011

Color Harmonies of #424745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424745

Black with #424745

Text Example


Text Example

White with #424745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424745; }

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

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

background-color css

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

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

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

border-color css

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

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

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