Html Css Color HEX #486B91 Wedgewood

📋 copy color: '#486B91'

red 72 ◦ green 107 ◦ blue 145

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

Shades of Wedgewood #486B91

Tints of Wedgewood #486B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.02%

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

R = 22.22%
G = 33.02%
B = 44.75%

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

#486B91 (or 0x486B91) is known color: Wedgewood. HEX triplet: 48, 6B and 91. RGB value is (72,107,145). Sum of RGB (Red+Green+Blue) = 72+107+145=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #486B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B91 is #B7946E. Grayscale: #646464. Windows color (decimal): -12031087 or 9530184. OLE color: 9530184.

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

Color convert

RGB 72 107 145 -
CMYK 0.50 0.26 0 0.43
HSL 211.23º 0.34% 0.43% -
HSV(B) 211.23º 0.5% 0.57% -
XYZ 13.04 13.94 28.79 -
YUV 100.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 72 107 145 0.50 0.26 0 0.43 211.23 0.34 0.43
Hex 48 6B 91 32 1A 0 2B D3 22 2B
Octal 110 153 221 62 32 0 53 323 42 53
Binary 1001000 1101011 10010001 110010 11010 0 101011 11010011 100010 101011

Color Harmonies of #486B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B91

Black with #486B91

Text Example


Text Example

White with #486B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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