Html Css Color HEX #486287 Wedgewood

📋 copy color: '#486287'

red 72 ◦ green 98 ◦ blue 135

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

Shades of Wedgewood #486287

Tints of Wedgewood #486287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.13%

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 23.61%
G = 32.13%
B = 44.26%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486287 (or 0x486287) is known color: Wedgewood. HEX triplet: 48, 62 and 87. RGB value is (72,98,135). Sum of RGB (Red+Green+Blue) = 72+98+135=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #486287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486287 is #B79D78. Grayscale: #5E5E5E. Windows color (decimal): -12033401 or 8872520. OLE color: 8872520.

HSL color Cylindrical-coordinate representation of color #486287: hue angle of 215.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486287 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 98 135 -
CMYK 0.47 0.27 0 0.47
HSL 215.24º 0.3% 0.41% -
HSV(B) 215.24º 0.47% 0.53% -
XYZ 11.41 11.86 24.61 -
YUV 94.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 72 98 135 0.47 0.27 0 0.47 215.24 0.3 0.41
Hex 48 62 87 2F 1B 0 2F D7 1E 29
Octal 110 142 207 57 33 0 57 327 36 51
Binary 1001000 1100010 10000111 101111 11011 0 101111 11010111 11110 101001

Color Harmonies of #486287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486287

Black with #486287

Text Example


Text Example

White with #486287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486287; }

 p { color: rgb(72,98,135); }

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

background-color css

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

 a { background-color: rgb(72,98,135); }

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

border-color css

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

 span { border-color: rgb(72,98,135); }

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