Html Css Color HEX #487291 Wedgewood

📋 copy color: '#487291'

red 72 ◦ green 114 ◦ blue 145

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

Shades of Wedgewood #487291

Tints of Wedgewood #487291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 21.75%
G = 34.44%
B = 43.81%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#487291 (or 0x487291) is known color: Wedgewood. HEX triplet: 48, 72 and 91. RGB value is (72,114,145). Sum of RGB (Red+Green+Blue) = 72+114+145=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #487291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487291 is #B78D6E. Grayscale: #686868. Windows color (decimal): -12029295 or 9531976. OLE color: 9531976.

HSL color Cylindrical-coordinate representation of color #487291: hue angle of 205.48º 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 #487291 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 114 145 -
CMYK 0.50 0.21 0 0.43
HSL 205.48º 0.34% 0.43% -
HSV(B) 205.48º 0.5% 0.57% -
XYZ 13.8 15.46 29.04 -
YUV 104.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 72 114 145 0.50 0.21 0 0.43 205.48 0.34 0.43
Hex 48 72 91 32 15 0 2B CD 22 2B
Octal 110 162 221 62 25 0 53 315 42 53
Binary 1001000 1110010 10010001 110010 10101 0 101011 11001101 100010 101011

Color Harmonies of #487291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487291

Black with #487291

Text Example


Text Example

White with #487291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487291; }

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

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

background-color css

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

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

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

border-color css

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

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

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