Html Css Color HEX #487192 Wedgewood

📋 copy color: '#487192'

red 72 ◦ green 113 ◦ blue 146

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

Shades of Wedgewood #487192

Tints of Wedgewood #487192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 21.75%
G = 34.14%
B = 44.11%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#487192 (or 0x487192) is known color: Wedgewood. HEX triplet: 48, 71 and 92. RGB value is (72,113,146). Sum of RGB (Red+Green+Blue) = 72+113+146=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #487192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487192 is #B78E6D. Grayscale: #686868. Windows color (decimal): -12029550 or 9597256. OLE color: 9597256.

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

Color convert

RGB 72 113 146 -
CMYK 0.51 0.23 0 0.43
HSL 206.76º 0.34% 0.43% -
HSV(B) 206.76º 0.51% 0.57% -
XYZ 13.77 15.26 29.41 -
YUV 104.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 72 113 146 0.51 0.23 0 0.43 206.76 0.34 0.43
Hex 48 71 92 33 17 0 2B CF 22 2B
Octal 110 161 222 63 27 0 53 317 42 53
Binary 1001000 1110001 10010010 110011 10111 0 101011 11001111 100010 101011

Color Harmonies of #487192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487192

Black with #487192

Text Example


Text Example

White with #487192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487192; }

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

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

background-color css

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

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

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

border-color css

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

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

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