Html Css Color HEX #487089 Wedgewood

📋 copy color: '#487089'

red 72 ◦ green 112 ◦ blue 137

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

Shades of Wedgewood #487089

Tints of Wedgewood #487089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 22.43%
G = 34.89%
B = 42.68%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#487089 (or 0x487089) is known color: Wedgewood. HEX triplet: 48, 70 and 89. RGB value is (72,112,137). Sum of RGB (Red+Green+Blue) = 72+112+137=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #487089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487089 is #B78F76. Grayscale: #666666. Windows color (decimal): -12029815 or 9007176. OLE color: 9007176.

HSL color Cylindrical-coordinate representation of color #487089: hue angle of 203.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487089 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 112 137 -
CMYK 0.47 0.18 0 0.46
HSL 203.08º 0.31% 0.41% -
HSV(B) 203.08º 0.47% 0.54% -
XYZ 12.98 14.77 25.83 -
YUV 102.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 72 112 137 0.47 0.18 0 0.46 203.08 0.31 0.41
Hex 48 70 89 2F 12 0 2E CB 1F 29
Octal 110 160 211 57 22 0 56 313 37 51
Binary 1001000 1110000 10001001 101111 10010 0 101110 11001011 11111 101001

Color Harmonies of #487089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487089

Black with #487089

Text Example


Text Example

White with #487089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487089; }

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

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

background-color css

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

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

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

border-color css

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

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

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