Html Css Color HEX #486585 Wedgewood

📋 copy color: '#486585'

red 72 ◦ green 101 ◦ blue 133

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

Shades of Wedgewood #486585

Tints of Wedgewood #486585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 23.53%
G = 33.01%
B = 43.46%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486585 (or 0x486585) is known color: Wedgewood. HEX triplet: 48, 65 and 85. RGB value is (72,101,133). Sum of RGB (Red+Green+Blue) = 72+101+133=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #486585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486585 is #B79A7A. Grayscale: #5F5F5F. Windows color (decimal): -12032635 or 8742216. OLE color: 8742216.

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

Color convert

RGB 72 101 133 -
CMYK 0.46 0.24 0 0.48
HSL 211.48º 0.3% 0.4% -
HSV(B) 211.48º 0.46% 0.52% -
XYZ 11.56 12.38 23.97 -
YUV 95.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 72 101 133 0.46 0.24 0 0.48 211.48 0.3 0.4
Hex 48 65 85 2E 18 0 30 D3 1E 28
Octal 110 145 205 56 30 0 60 323 36 50
Binary 1001000 1100101 10000101 101110 11000 0 110000 11010011 11110 101000

Color Harmonies of #486585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486585

Black with #486585

Text Example


Text Example

White with #486585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486585; }

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

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

background-color css

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

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

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

border-color css

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

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

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