Html Css Color HEX #48504E Corduroy

📋 copy color: '#48504E'

red 72 ◦ green 80 ◦ blue 78

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

Shades of Corduroy #48504E

Tints of Corduroy #48504E

RGB

 RED value IS 72 (28.52% from 255) = 31.3%

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

 BLUE value IS 78 (30.86% from 255) = 33.91%

R = 31.3%
G = 34.78%
B = 33.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#48504E (or 0x48504E) is known color: Corduroy. HEX triplet: 48, 50 and 4E. RGB value is (72,80,78). Sum of RGB (Red+Green+Blue) = 72+80+78=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 80 - color contains mainly: green. Hex color #48504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48504E is #B7AFB1. Grayscale: #4D4D4D. Windows color (decimal): -12038066 or 5132360. OLE color: 5132360.

HSL color Cylindrical-coordinate representation of color #48504E: hue angle of 165º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48504E is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 78 -
CMYK 0.10 0 0.02 0.69
HSL 165º 0.05% 0.3% -
HSV(B) 165º 0.1% 0.31% -
XYZ 6.92 7.67 8.32 -
YUV 77.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 72 80 78 0.10 0 0.02 0.69 165 0.05 0.3
Hex 48 50 4E A 0 2 45 A5 5 1E
Octal 110 120 116 12 0 2 105 245 5 36
Binary 1001000 1010000 1001110 1010 0 10 1000101 10100101 101 11110

Color Harmonies of #48504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48504E

Black with #48504E

Text Example


Text Example

White with #48504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48504E; }

 p { color: rgb(72,80,78); }

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

background-color css

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

 a { background-color: rgb(72,80,78); }

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

border-color css

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

 span { border-color: rgb(72,80,78); }

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