Html Css Color HEX #424845 Corduroy

📋 copy color: '#424845'

red 66 ◦ green 72 ◦ blue 69

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

Shades of Corduroy #424845

Tints of Corduroy #424845

RGB

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

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

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

R = 31.88%
G = 34.78%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#424845 (or 0x424845) is known color: Corduroy. HEX triplet: 42, 48 and 45. RGB value is (66,72,69). Sum of RGB (Red+Green+Blue) = 66+72+69=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 72 - color contains mainly: green. Hex color #424845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424845 is #BDB7BA. Grayscale: #454545. Windows color (decimal): -12433339 or 4540482. OLE color: 4540482.

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

Color convert

RGB 66 72 69 -
CMYK 0.08 0 0.04 0.72
HSL 150º 0.04% 0.27% -
HSV(B) 150º 0.08% 0.28% -
XYZ 5.64 6.22 6.53 -
YUV 69.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 66 72 69 0.08 0 0.04 0.72 150 0.04 0.27
Hex 42 48 45 8 0 4 48 96 4 1B
Octal 102 110 105 10 0 4 110 226 4 33
Binary 1000010 1001000 1000101 1000 0 100 1001000 10010110 100 11011

Color Harmonies of #424845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424845

Black with #424845

Text Example


Text Example

White with #424845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424845; }

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

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

background-color css

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

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

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

border-color css

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

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

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