Html Css Color HEX #486584 Wedgewood

📋 copy color: '#486584'

red 72 ◦ green 101 ◦ blue 132

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

Shades of Wedgewood #486584

Tints of Wedgewood #486584

RGB

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

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

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

R = 23.61%
G = 33.11%
B = 43.28%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486584 (or 0x486584) is known color: Wedgewood. HEX triplet: 48, 65 and 84. RGB value is (72,101,132). Sum of RGB (Red+Green+Blue) = 72+101+132=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #486584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486584 is #B79A7B. Grayscale: #5F5F5F. Windows color (decimal): -12032636 or 8676680. OLE color: 8676680.

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

Color convert

RGB 72 101 132 -
CMYK 0.45 0.23 0 0.48
HSL 211º 0.29% 0.4% -
HSV(B) 211º 0.45% 0.52% -
XYZ 11.49 12.35 23.61 -
YUV 95.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 72 101 132 0.45 0.23 0 0.48 211 0.29 0.4
Hex 48 65 84 2D 17 0 30 D3 1D 28
Octal 110 145 204 55 27 0 60 323 35 50
Binary 1001000 1100101 10000100 101101 10111 0 110000 11010011 11101 101000

Color Harmonies of #486584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486584

Black with #486584

Text Example


Text Example

White with #486584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486584; }

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

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

background-color css

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

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

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

border-color css

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

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

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