Html Css Color HEX #486C84 Wedgewood

📋 copy color: '#486C84'

red 72 ◦ green 108 ◦ blue 132

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

Shades of Wedgewood #486C84

Tints of Wedgewood #486C84

RGB

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

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

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

R = 23.08%
G = 34.62%
B = 42.31%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486C84 (or 0x486C84) is known color: Wedgewood. HEX triplet: 48, 6C and 84. RGB value is (72,108,132). Sum of RGB (Red+Green+Blue) = 72+108+132=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #486C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C84 is #B7937B. Grayscale: #636363. Windows color (decimal): -12030844 or 8678472. OLE color: 8678472.

HSL color Cylindrical-coordinate representation of color #486C84: hue angle of 204º 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 #486C84 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 108 132 -
CMYK 0.45 0.18 0 0.48
HSL 204º 0.29% 0.4% -
HSV(B) 204º 0.45% 0.52% -
XYZ 12.2 13.77 23.84 -
YUV 99.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 72 108 132 0.45 0.18 0 0.48 204 0.29 0.4
Hex 48 6C 84 2D 12 0 30 CC 1D 28
Octal 110 154 204 55 22 0 60 314 35 50
Binary 1001000 1101100 10000100 101101 10010 0 110000 11001100 11101 101000

Color Harmonies of #486C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C84

Black with #486C84

Text Example


Text Example

White with #486C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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