Html Css Color HEX #486C86 Wedgewood

📋 copy color: '#486C86'

red 72 ◦ green 108 ◦ blue 134

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

Shades of Wedgewood #486C86

Tints of Wedgewood #486C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

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

R = 22.93%
G = 34.39%
B = 42.68%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486C86 (or 0x486C86) is known color: Wedgewood. HEX triplet: 48, 6C and 86. RGB value is (72,108,134). Sum of RGB (Red+Green+Blue) = 72+108+134=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #486C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C86 is #B79379. Grayscale: #646464. Windows color (decimal): -12030842 or 8809544. OLE color: 8809544.

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

Color convert

RGB 72 108 134 -
CMYK 0.46 0.19 0 0.47
HSL 205.16º 0.3% 0.4% -
HSV(B) 205.16º 0.46% 0.53% -
XYZ 12.34 13.82 24.57 -
YUV 100.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 72 108 134 0.46 0.19 0 0.47 205.16 0.3 0.4
Hex 48 6C 86 2E 13 0 2F CD 1E 28
Octal 110 154 206 56 23 0 57 315 36 50
Binary 1001000 1101100 10000110 101110 10011 0 101111 11001101 11110 101000

Color Harmonies of #486C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C86

Black with #486C86

Text Example


Text Example

White with #486C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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