Html Css Color HEX #48718D Wedgewood

📋 copy color: '#48718D'

red 72 ◦ green 113 ◦ blue 141

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

Shades of Wedgewood #48718D

Tints of Wedgewood #48718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 22.09%
G = 34.66%
B = 43.25%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48718D (or 0x48718D) is known color: Wedgewood. HEX triplet: 48, 71 and 8D. RGB value is (72,113,141). Sum of RGB (Red+Green+Blue) = 72+113+141=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #48718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48718D is #B78E72. Grayscale: #676767. Windows color (decimal): -12029555 or 9269576. OLE color: 9269576.

HSL color Cylindrical-coordinate representation of color #48718D: hue angle of 204.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48718D is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 113 141 -
CMYK 0.49 0.20 0 0.45
HSL 204.35º 0.32% 0.42% -
HSV(B) 204.35º 0.49% 0.55% -
XYZ 13.39 15.11 27.41 -
YUV 103.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 72 113 141 0.49 0.20 0 0.45 204.35 0.32 0.42
Hex 48 71 8D 31 14 0 2D CC 20 2A
Octal 110 161 215 61 24 0 55 314 40 52
Binary 1001000 1110001 10001101 110001 10100 0 101101 11001100 100000 101010

Color Harmonies of #48718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48718D

Black with #48718D

Text Example


Text Example

White with #48718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48718D; }

 p { color: rgb(72,113,141); }

 H1.HeaderClassName
 {
   color: #48718D;
 }
 .AnyTagClassName
 {
   color: #48718D;
 }
</style>

background-color css

<style>
 a { background-color: #48718D; }

 a { background-color: rgb(72,113,141); }

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

border-color css

<style>
 span { border-color: #48718D; }

 span { border-color: rgb(72,113,141); }

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