Html Css Color HEX #486085 Wedgewood

📋 copy color: '#486085'

red 72 ◦ green 96 ◦ blue 133

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

Shades of Wedgewood #486085

Tints of Wedgewood #486085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 23.92%
G = 31.89%
B = 44.19%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486085 (or 0x486085) is known color: Wedgewood. HEX triplet: 48, 60 and 85. RGB value is (72,96,133). Sum of RGB (Red+Green+Blue) = 72+96+133=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #486085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486085 is #B79F7A. Grayscale: #5C5C5C. Windows color (decimal): -12033915 or 8740936. OLE color: 8740936.

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

Color convert

RGB 72 96 133 -
CMYK 0.46 0.28 0 0.48
HSL 216.39º 0.3% 0.4% -
HSV(B) 216.39º 0.46% 0.52% -
XYZ 11.09 11.44 23.81 -
YUV 93.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 72 96 133 0.46 0.28 0 0.48 216.39 0.3 0.4
Hex 48 60 85 2E 1C 0 30 D8 1E 28
Octal 110 140 205 56 34 0 60 330 36 50
Binary 1001000 1100000 10000101 101110 11100 0 110000 11011000 11110 101000

Color Harmonies of #486085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486085

Black with #486085

Text Example


Text Example

White with #486085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486085; }

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

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

background-color css

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

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

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

border-color css

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

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

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