Html Css Color HEX #42504B Corduroy

📋 copy color: '#42504B'

red 66 ◦ green 80 ◦ blue 75

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

Shades of Corduroy #42504B

Tints of Corduroy #42504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 29.86%
G = 36.2%
B = 33.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#42504B (or 0x42504B) is known color: Corduroy. HEX triplet: 42, 50 and 4B. RGB value is (66,80,75). Sum of RGB (Red+Green+Blue) = 66+80+75=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #42504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42504B is #BDAFB4. Grayscale: #4B4B4B. Windows color (decimal): -12431285 or 4935746. OLE color: 4935746.

HSL color Cylindrical-coordinate representation of color #42504B: hue angle of 158.57º 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 #42504B is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 75 -
CMYK 0.17 0 0.06 0.69
HSL 158.57º 0.1% 0.29% -
HSV(B) 158.57º 0.18% 0.31% -
XYZ 6.39 7.4 7.75 -
YUV 75.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 66 80 75 0.17 0 0.06 0.69 158.57 0.1 0.29
Hex 42 50 4B 11 0 6 45 9F A 1D
Octal 102 120 113 21 0 6 105 237 12 35
Binary 1000010 1010000 1001011 10001 0 110 1000101 10011111 1010 11101

Color Harmonies of #42504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42504B

Black with #42504B

Text Example


Text Example

White with #42504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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