Html Css Color HEX #486791 Wedgewood

📋 copy color: '#486791'

red 72 ◦ green 103 ◦ blue 145

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

Shades of Wedgewood #486791

Tints of Wedgewood #486791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 22.5%
G = 32.19%
B = 45.31%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#486791 (or 0x486791) is known color: Wedgewood. HEX triplet: 48, 67 and 91. RGB value is (72,103,145). Sum of RGB (Red+Green+Blue) = 72+103+145=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #486791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486791 is #B7986E. Grayscale: #626262. Windows color (decimal): -12032111 or 9529160. OLE color: 9529160.

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

Color convert

RGB 72 103 145 -
CMYK 0.50 0.29 0 0.43
HSL 214.52º 0.34% 0.43% -
HSV(B) 214.52º 0.5% 0.57% -
XYZ 12.63 13.12 28.66 -
YUV 98.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 72 103 145 0.50 0.29 0 0.43 214.52 0.34 0.43
Hex 48 67 91 32 1D 0 2B D7 22 2B
Octal 110 147 221 62 35 0 53 327 42 53
Binary 1001000 1100111 10010001 110010 11101 0 101011 11010111 100010 101011

Color Harmonies of #486791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486791

Black with #486791

Text Example


Text Example

White with #486791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486791; }

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

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

background-color css

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

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

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

border-color css

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

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

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