Html Css Color HEX #42504C Corduroy

📋 copy color: '#42504C'

red 66 ◦ green 80 ◦ blue 76

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

Shades of Corduroy #42504C

Tints of Corduroy #42504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 76 (30.08% from 255) = 34.23%

R = 29.73%
G = 36.04%
B = 34.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#42504C (or 0x42504C) is known color: Corduroy. HEX triplet: 42, 50 and 4C. RGB value is (66,80,76). Sum of RGB (Red+Green+Blue) = 66+80+76=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #42504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42504C is #BDAFB3. Grayscale: #4B4B4B. Windows color (decimal): -12431284 or 5001282. OLE color: 5001282.

HSL color Cylindrical-coordinate representation of color #42504C: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42504C is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 76 -
CMYK 0.17 0 0.05 0.69
HSL 162.86º 0.1% 0.29% -
HSV(B) 162.86º 0.18% 0.31% -
XYZ 6.42 7.42 7.93 -
YUV 75.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 66 80 76 0.17 0 0.05 0.69 162.86 0.1 0.29
Hex 42 50 4C 11 0 5 45 A3 A 1D
Octal 102 120 114 21 0 5 105 243 12 35
Binary 1000010 1010000 1001100 10001 0 101 1000101 10100011 1010 11101

Color Harmonies of #42504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42504C

Black with #42504C

Text Example


Text Example

White with #42504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42504C; }

 p { color: rgb(66,80,76); }

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

background-color css

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

 a { background-color: rgb(66,80,76); }

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

border-color css

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

 span { border-color: rgb(66,80,76); }

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