Html Css Color HEX #487095 Wedgewood

📋 copy color: '#487095'

red 72 ◦ green 112 ◦ blue 149

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

Shades of Wedgewood #487095

Tints of Wedgewood #487095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 21.62%
G = 33.63%
B = 44.74%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487095 (or 0x487095) is known color: Wedgewood. HEX triplet: 48, 70 and 95. RGB value is (72,112,149). Sum of RGB (Red+Green+Blue) = 72+112+149=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #487095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487095 is #B78F6A. Grayscale: #686868. Windows color (decimal): -12029803 or 9793608. OLE color: 9793608.

HSL color Cylindrical-coordinate representation of color #487095: hue angle of 208.83º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487095 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 112 149 -
CMYK 0.52 0.25 0 0.42
HSL 208.83º 0.35% 0.43% -
HSV(B) 208.83º 0.52% 0.58% -
XYZ 13.89 15.14 30.62 -
YUV 104.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 72 112 149 0.52 0.25 0 0.42 208.83 0.35 0.43
Hex 48 70 95 34 19 0 2A D1 23 2B
Octal 110 160 225 64 31 0 52 321 43 53
Binary 1001000 1110000 10010101 110100 11001 0 101010 11010001 100011 101011

Color Harmonies of #487095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487095

Black with #487095

Text Example


Text Example

White with #487095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487095; }

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

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

background-color css

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

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

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

border-color css

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

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

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