Html Css Color HEX #486C91 Wedgewood

📋 copy color: '#486C91'

red 72 ◦ green 108 ◦ blue 145

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

Shades of Wedgewood #486C91

Tints of Wedgewood #486C91

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.23%

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

R = 22.15%
G = 33.23%
B = 44.62%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#486C91 (or 0x486C91) is known color: Wedgewood. HEX triplet: 48, 6C and 91. RGB value is (72,108,145). Sum of RGB (Red+Green+Blue) = 72+108+145=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #486C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C91 is #B7936E. Grayscale: #656565. Windows color (decimal): -12030831 or 9530440. OLE color: 9530440.

HSL color Cylindrical-coordinate representation of color #486C91: hue angle of 210.41º 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 #486C91 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 108 145 -
CMYK 0.50 0.26 0 0.43
HSL 210.41º 0.34% 0.43% -
HSV(B) 210.41º 0.5% 0.57% -
XYZ 13.15 14.15 28.83 -
YUV 101.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 72 108 145 0.50 0.26 0 0.43 210.41 0.34 0.43
Hex 48 6C 91 32 1A 0 2B D2 22 2B
Octal 110 154 221 62 32 0 53 322 42 53
Binary 1001000 1101100 10010001 110010 11010 0 101011 11010010 100010 101011

Color Harmonies of #486C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C91

Black with #486C91

Text Example


Text Example

White with #486C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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