Html Css Color HEX #486386 Wedgewood

📋 copy color: '#486386'

red 72 ◦ green 99 ◦ blue 134

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

Shades of Wedgewood #486386

Tints of Wedgewood #486386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 23.61%
G = 32.46%
B = 43.93%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486386 (or 0x486386) is known color: Wedgewood. HEX triplet: 48, 63 and 86. RGB value is (72,99,134). Sum of RGB (Red+Green+Blue) = 72+99+134=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #486386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486386 is #B79C79. Grayscale: #5E5E5E. Windows color (decimal): -12033146 or 8807240. OLE color: 8807240.

HSL color Cylindrical-coordinate representation of color #486386: hue angle of 213.87º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #486386 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 99 134 -
CMYK 0.46 0.26 0 0.47
HSL 213.87º 0.3% 0.4% -
HSV(B) 213.87º 0.46% 0.53% -
XYZ 11.44 12.02 24.27 -
YUV 94.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 72 99 134 0.46 0.26 0 0.47 213.87 0.3 0.4
Hex 48 63 86 2E 1A 0 2F D6 1E 28
Octal 110 143 206 56 32 0 57 326 36 50
Binary 1001000 1100011 10000110 101110 11010 0 101111 11010110 11110 101000

Color Harmonies of #486386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486386

Black with #486386

Text Example


Text Example

White with #486386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486386; }

 p { color: rgb(72,99,134); }

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

background-color css

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

 a { background-color: rgb(72,99,134); }

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

border-color css

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

 span { border-color: rgb(72,99,134); }

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