Html Css Color HEX #486289 Wedgewood

📋 copy color: '#486289'

red 72 ◦ green 98 ◦ blue 137

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

Shades of Wedgewood #486289

Tints of Wedgewood #486289

RGB

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

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

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

R = 23.45%
G = 31.92%
B = 44.63%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#486289 (or 0x486289) is known color: Wedgewood. HEX triplet: 48, 62 and 89. RGB value is (72,98,137). Sum of RGB (Red+Green+Blue) = 72+98+137=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #486289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486289 is #B79D76. Grayscale: #5E5E5E. Windows color (decimal): -12033399 or 9003592. OLE color: 9003592.

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

Color convert

RGB 72 98 137 -
CMYK 0.47 0.28 0 0.46
HSL 216º 0.31% 0.41% -
HSV(B) 216º 0.47% 0.54% -
XYZ 11.56 11.92 25.36 -
YUV 94.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 72 98 137 0.47 0.28 0 0.46 216 0.31 0.41
Hex 48 62 89 2F 1C 0 2E D8 1F 29
Octal 110 142 211 57 34 0 56 330 37 51
Binary 1001000 1100010 10001001 101111 11100 0 101110 11011000 11111 101001

Color Harmonies of #486289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486289

Black with #486289

Text Example


Text Example

White with #486289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486289; }

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

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

background-color css

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

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

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

border-color css

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

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

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