Html Css Color HEX #48687F Wedgewood

📋 copy color: '#48687F'

red 72 ◦ green 104 ◦ blue 127

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

Shades of Wedgewood #48687F

Tints of Wedgewood #48687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 127 (50% from 255) = 41.91%

R = 23.76%
G = 34.32%
B = 41.91%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48687F (or 0x48687F) is known color: Wedgewood. HEX triplet: 48, 68 and 7F. RGB value is (72,104,127). Sum of RGB (Red+Green+Blue) = 72+104+127=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #48687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48687F is #B79780. Grayscale: #606060. Windows color (decimal): -12031873 or 8349768. OLE color: 8349768.

HSL color Cylindrical-coordinate representation of color #48687F: hue angle of 205.09º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48687F is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 104 127 -
CMYK 0.43 0.18 0 0.50
HSL 205.09º 0.28% 0.39% -
HSV(B) 205.09º 0.43% 0.5% -
XYZ 11.45 12.81 21.95 -
YUV 97.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 72 104 127 0.43 0.18 0 0.50 205.09 0.28 0.39
Hex 48 68 7F 2B 12 0 32 CD 1C 27
Octal 110 150 177 53 22 0 62 315 34 47
Binary 1001000 1101000 1111111 101011 10010 0 110010 11001101 11100 100111

Color Harmonies of #48687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48687F

Black with #48687F

Text Example


Text Example

White with #48687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48687F; }

 p { color: rgb(72,104,127); }

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

background-color css

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

 a { background-color: rgb(72,104,127); }

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

border-color css

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

 span { border-color: rgb(72,104,127); }

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