Html Css Color HEX #487189 Wedgewood

📋 copy color: '#487189'

red 72 ◦ green 113 ◦ blue 137

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

Shades of Wedgewood #487189

Tints of Wedgewood #487189

RGB

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

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

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

R = 22.36%
G = 35.09%
B = 42.55%

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

#487189 (or 0x487189) is known color: Wedgewood. HEX triplet: 48, 71 and 89. RGB value is (72,113,137). Sum of RGB (Red+Green+Blue) = 72+113+137=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #487189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487189 is #B78E76. Grayscale: #676767. Windows color (decimal): -12029559 or 9007432. OLE color: 9007432.

HSL color Cylindrical-coordinate representation of color #487189: hue angle of 202.15º 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 #487189 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 113 137 -
CMYK 0.47 0.18 0 0.46
HSL 202.15º 0.31% 0.41% -
HSV(B) 202.15º 0.47% 0.54% -
XYZ 13.09 14.99 25.87 -
YUV 103.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 72 113 137 0.47 0.18 0 0.46 202.15 0.31 0.41
Hex 48 71 89 2F 12 0 2E CA 1F 29
Octal 110 161 211 57 22 0 56 312 37 51
Binary 1001000 1110001 10001001 101111 10010 0 101110 11001010 11111 101001

Color Harmonies of #487189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487189

Black with #487189

Text Example


Text Example

White with #487189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487189; }

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

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

background-color css

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

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

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

border-color css

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

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

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