Html Css Color HEX #487091 Wedgewood

📋 copy color: '#487091'

red 72 ◦ green 112 ◦ blue 145

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

Shades of Wedgewood #487091

Tints of Wedgewood #487091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 21.88%
G = 34.04%
B = 44.07%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#487091 (or 0x487091) is known color: Wedgewood. HEX triplet: 48, 70 and 91. RGB value is (72,112,145). Sum of RGB (Red+Green+Blue) = 72+112+145=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #487091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487091 is #B78F6E. Grayscale: #676767. Windows color (decimal): -12029807 or 9531464. OLE color: 9531464.

HSL color Cylindrical-coordinate representation of color #487091: hue angle of 207.12º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487091 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 112 145 -
CMYK 0.50 0.23 0 0.43
HSL 207.12º 0.34% 0.43% -
HSV(B) 207.12º 0.5% 0.57% -
XYZ 13.58 15.01 28.97 -
YUV 103.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 72 112 145 0.50 0.23 0 0.43 207.12 0.34 0.43
Hex 48 70 91 32 17 0 2B CF 22 2B
Octal 110 160 221 62 27 0 53 317 42 53
Binary 1001000 1110000 10010001 110010 10111 0 101011 11001111 100010 101011

Color Harmonies of #487091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487091

Black with #487091

Text Example


Text Example

White with #487091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487091; }

 p { color: rgb(72,112,145); }

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

background-color css

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

 a { background-color: rgb(72,112,145); }

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

border-color css

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

 span { border-color: rgb(72,112,145); }

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