Html Css Color HEX #486484 Wedgewood

📋 copy color: '#486484'

red 72 ◦ green 100 ◦ blue 132

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

Shades of Wedgewood #486484

Tints of Wedgewood #486484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 23.68%
G = 32.89%
B = 43.42%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486484 (or 0x486484) is known color: Wedgewood. HEX triplet: 48, 64 and 84. RGB value is (72,100,132). Sum of RGB (Red+Green+Blue) = 72+100+132=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #486484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486484 is #B79B7B. Grayscale: #5F5F5F. Windows color (decimal): -12032892 or 8676424. OLE color: 8676424.

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

Color convert

RGB 72 100 132 -
CMYK 0.45 0.24 0 0.48
HSL 212º 0.29% 0.4% -
HSV(B) 212º 0.45% 0.52% -
XYZ 11.39 12.16 23.58 -
YUV 95.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 72 100 132 0.45 0.24 0 0.48 212 0.29 0.4
Hex 48 64 84 2D 18 0 30 D4 1D 28
Octal 110 144 204 55 30 0 60 324 35 50
Binary 1001000 1100100 10000100 101101 11000 0 110000 11010100 11101 101000

Color Harmonies of #486484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486484

Black with #486484

Text Example


Text Example

White with #486484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486484; }

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

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

background-color css

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

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

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

border-color css

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

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

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