Html Css Color HEX #486B86 Wedgewood

📋 copy color: '#486B86'

red 72 ◦ green 107 ◦ blue 134

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

Shades of Wedgewood #486B86

Tints of Wedgewood #486B86

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

 BLUE value IS 134 (52.73% from 255) = 42.81%

R = 23%
G = 34.19%
B = 42.81%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486B86 (or 0x486B86) is known color: Wedgewood. HEX triplet: 48, 6B and 86. RGB value is (72,107,134). Sum of RGB (Red+Green+Blue) = 72+107+134=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #486B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B86 is #B79479. Grayscale: #636363. Windows color (decimal): -12031098 or 8809288. OLE color: 8809288.

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

Color convert

RGB 72 107 134 -
CMYK 0.46 0.20 0 0.47
HSL 206.13º 0.3% 0.4% -
HSV(B) 206.13º 0.46% 0.53% -
XYZ 12.23 13.61 24.54 -
YUV 99.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 72 107 134 0.46 0.20 0 0.47 206.13 0.3 0.4
Hex 48 6B 86 2E 14 0 2F CE 1E 28
Octal 110 153 206 56 24 0 57 316 36 50
Binary 1001000 1101011 10000110 101110 10100 0 101111 11001110 11110 101000

Color Harmonies of #486B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B86

Black with #486B86

Text Example


Text Example

White with #486B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486B86; }

 p { color: rgb(72,107,134); }

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

background-color css

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

 a { background-color: rgb(72,107,134); }

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

border-color css

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

 span { border-color: rgb(72,107,134); }

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