Html Css Color HEX #487396 Wedgewood

📋 copy color: '#487396'

red 72 ◦ green 115 ◦ blue 150

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

Shades of Wedgewood #487396

Tints of Wedgewood #487396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 21.36%
G = 34.12%
B = 44.51%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#487396 (or 0x487396) is known color: Wedgewood. HEX triplet: 48, 73 and 96. RGB value is (72,115,150). Sum of RGB (Red+Green+Blue) = 72+115+150=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #487396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487396 is #B78C69. Grayscale: #696969. Windows color (decimal): -12029034 or 9859912. OLE color: 9859912.

HSL color Cylindrical-coordinate representation of color #487396: hue angle of 206.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487396 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 115 150 -
CMYK 0.52 0.23 0 0.41
HSL 206.92º 0.35% 0.44% -
HSV(B) 206.92º 0.52% 0.59% -
XYZ 14.31 15.84 31.16 -
YUV 106.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 72 115 150 0.52 0.23 0 0.41 206.92 0.35 0.44
Hex 48 73 96 34 17 0 29 CF 23 2C
Octal 110 163 226 64 27 0 51 317 43 54
Binary 1001000 1110011 10010110 110100 10111 0 101001 11001111 100011 101100

Color Harmonies of #487396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487396

Black with #487396

Text Example


Text Example

White with #487396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487396; }

 p { color: rgb(72,115,150); }

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

background-color css

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

 a { background-color: rgb(72,115,150); }

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

border-color css

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

 span { border-color: rgb(72,115,150); }

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