Html Css Color HEX #48637C Wedgewood

📋 copy color: '#48637C'

red 72 ◦ green 99 ◦ blue 124

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

Shades of Wedgewood #48637C

Tints of Wedgewood #48637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 24.41%
G = 33.56%
B = 42.03%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48637C (or 0x48637C) is known color: Wedgewood. HEX triplet: 48, 63 and 7C. RGB value is (72,99,124). Sum of RGB (Red+Green+Blue) = 72+99+124=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #48637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48637C is #B79C83. Grayscale: #5D5D5D. Windows color (decimal): -12033156 or 8151880. OLE color: 8151880.

HSL color Cylindrical-coordinate representation of color #48637C: hue angle of 208.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48637C is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 99 124 -
CMYK 0.42 0.20 0 0.51
HSL 208.85º 0.27% 0.38% -
HSV(B) 208.85º 0.42% 0.49% -
XYZ 10.77 11.76 20.77 -
YUV 93.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 72 99 124 0.42 0.20 0 0.51 208.85 0.27 0.38
Hex 48 63 7C 2A 14 0 33 D1 1B 26
Octal 110 143 174 52 24 0 63 321 33 46
Binary 1001000 1100011 1111100 101010 10100 0 110011 11010001 11011 100110

Color Harmonies of #48637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48637C

Black with #48637C

Text Example


Text Example

White with #48637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,99,124); }

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

background-color css

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

 a { background-color: rgb(72,99,124); }

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

border-color css

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

 span { border-color: rgb(72,99,124); }

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