Html Css Color HEX #486184 Wedgewood

📋 copy color: '#486184'

red 72 ◦ green 97 ◦ blue 132

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

Shades of Wedgewood #486184

Tints of Wedgewood #486184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 23.92%
G = 32.23%
B = 43.85%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486184 (or 0x486184) is known color: Wedgewood. HEX triplet: 48, 61 and 84. RGB value is (72,97,132). Sum of RGB (Red+Green+Blue) = 72+97+132=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #486184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486184 is #B79E7B. Grayscale: #5D5D5D. Windows color (decimal): -12033660 or 8675656. OLE color: 8675656.

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

Color convert

RGB 72 97 132 -
CMYK 0.45 0.27 0 0.48
HSL 215º 0.29% 0.4% -
HSV(B) 215º 0.45% 0.52% -
XYZ 11.11 11.59 23.48 -
YUV 93.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 72 97 132 0.45 0.27 0 0.48 215 0.29 0.4
Hex 48 61 84 2D 1B 0 30 D7 1D 28
Octal 110 141 204 55 33 0 60 327 35 50
Binary 1001000 1100001 10000100 101101 11011 0 110000 11010111 11101 101000

Color Harmonies of #486184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486184

Black with #486184

Text Example


Text Example

White with #486184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486184; }

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

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

background-color css

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

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

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

border-color css

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

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

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