Html Css Color HEX #486691 Wedgewood

📋 copy color: '#486691'

red 72 ◦ green 102 ◦ blue 145

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

Shades of Wedgewood #486691

Tints of Wedgewood #486691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 22.57%
G = 31.97%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#486691 (or 0x486691) is known color: Wedgewood. HEX triplet: 48, 66 and 91. RGB value is (72,102,145). Sum of RGB (Red+Green+Blue) = 72+102+145=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #486691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486691 is #B7996E. Grayscale: #616161. Windows color (decimal): -12032367 or 9528904. OLE color: 9528904.

HSL color Cylindrical-coordinate representation of color #486691: hue angle of 215.34º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486691 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 102 145 -
CMYK 0.50 0.30 0 0.43
HSL 215.34º 0.34% 0.43% -
HSV(B) 215.34º 0.5% 0.57% -
XYZ 12.53 12.92 28.62 -
YUV 97.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 72 102 145 0.50 0.30 0 0.43 215.34 0.34 0.43
Hex 48 66 91 32 1E 0 2B D7 22 2B
Octal 110 146 221 62 36 0 53 327 42 53
Binary 1001000 1100110 10010001 110010 11110 0 101011 11010111 100010 101011

Color Harmonies of #486691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486691

Black with #486691

Text Example


Text Example

White with #486691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486691; }

 p { color: rgb(72,102,145); }

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

background-color css

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

 a { background-color: rgb(72,102,145); }

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

border-color css

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

 span { border-color: rgb(72,102,145); }

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