Html Css Color HEX #486686 Wedgewood

📋 copy color: '#486686'

red 72 ◦ green 102 ◦ blue 134

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

Shades of Wedgewood #486686

Tints of Wedgewood #486686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 23.38%
G = 33.12%
B = 43.51%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486686 (or 0x486686) is known color: Wedgewood. HEX triplet: 48, 66 and 86. RGB value is (72,102,134). Sum of RGB (Red+Green+Blue) = 72+102+134=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #486686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486686 is #B79979. Grayscale: #606060. Windows color (decimal): -12032378 or 8808008. OLE color: 8808008.

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

Color convert

RGB 72 102 134 -
CMYK 0.46 0.24 0 0.47
HSL 210.97º 0.3% 0.4% -
HSV(B) 210.97º 0.46% 0.53% -
XYZ 11.73 12.6 24.37 -
YUV 96.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 72 102 134 0.46 0.24 0 0.47 210.97 0.3 0.4
Hex 48 66 86 2E 18 0 2F D3 1E 28
Octal 110 146 206 56 30 0 57 323 36 50
Binary 1001000 1100110 10000110 101110 11000 0 101111 11010011 11110 101000

Color Harmonies of #486686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486686

Black with #486686

Text Example


Text Example

White with #486686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486686; }

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

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

background-color css

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

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

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

border-color css

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

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

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