Html Css Color HEX #486A84 Wedgewood

📋 copy color: '#486A84'

red 72 ◦ green 106 ◦ blue 132

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

Shades of Wedgewood #486A84

Tints of Wedgewood #486A84

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 23.23%
G = 34.19%
B = 42.58%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486A84 (or 0x486A84) is known color: Wedgewood. HEX triplet: 48, 6A and 84. RGB value is (72,106,132). Sum of RGB (Red+Green+Blue) = 72+106+132=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #486A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A84 is #B7957B. Grayscale: #626262. Windows color (decimal): -12031356 or 8677960. OLE color: 8677960.

HSL color Cylindrical-coordinate representation of color #486A84: hue angle of 206º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486A84 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 106 132 -
CMYK 0.45 0.20 0 0.48
HSL 206º 0.29% 0.4% -
HSV(B) 206º 0.45% 0.52% -
XYZ 11.99 13.35 23.77 -
YUV 98.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 72 106 132 0.45 0.20 0 0.48 206 0.29 0.4
Hex 48 6A 84 2D 14 0 30 CE 1D 28
Octal 110 152 204 55 24 0 60 316 35 50
Binary 1001000 1101010 10000100 101101 10100 0 110000 11001110 11101 101000

Color Harmonies of #486A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A84

Black with #486A84

Text Example


Text Example

White with #486A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,106,132); }

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

background-color css

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

 a { background-color: rgb(72,106,132); }

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

border-color css

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

 span { border-color: rgb(72,106,132); }

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