Html Css Color HEX #486B85 Wedgewood

📋 copy color: '#486B85'

red 72 ◦ green 107 ◦ blue 133

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

Shades of Wedgewood #486B85

Tints of Wedgewood #486B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 23.08%
G = 34.29%
B = 42.63%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486B85 (or 0x486B85) is known color: Wedgewood. HEX triplet: 48, 6B and 85. RGB value is (72,107,133). Sum of RGB (Red+Green+Blue) = 72+107+133=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #486B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B85 is #B7947A. Grayscale: #636363. Windows color (decimal): -12031099 or 8743752. OLE color: 8743752.

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

Color convert

RGB 72 107 133 -
CMYK 0.46 0.20 0 0.48
HSL 205.57º 0.3% 0.4% -
HSV(B) 205.57º 0.46% 0.52% -
XYZ 12.16 13.59 24.17 -
YUV 99.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 72 107 133 0.46 0.20 0 0.48 205.57 0.3 0.4
Hex 48 6B 85 2E 14 0 30 CE 1E 28
Octal 110 153 205 56 24 0 60 316 36 50
Binary 1001000 1101011 10000101 101110 10100 0 110000 11001110 11110 101000

Color Harmonies of #486B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B85

Black with #486B85

Text Example


Text Example

White with #486B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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