Html Css Color HEX #486787 Wedgewood

📋 copy color: '#486787'

red 72 ◦ green 103 ◦ blue 135

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

Shades of Wedgewood #486787

Tints of Wedgewood #486787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.55%

R = 23.23%
G = 33.23%
B = 43.55%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486787 (or 0x486787) is known color: Wedgewood. HEX triplet: 48, 67 and 87. RGB value is (72,103,135). Sum of RGB (Red+Green+Blue) = 72+103+135=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #486787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486787 is #B79878. Grayscale: #616161. Windows color (decimal): -12032121 or 8873800. OLE color: 8873800.

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

Color convert

RGB 72 103 135 -
CMYK 0.47 0.24 0 0.47
HSL 210.48º 0.3% 0.41% -
HSV(B) 210.48º 0.47% 0.53% -
XYZ 11.9 12.83 24.77 -
YUV 97.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 72 103 135 0.47 0.24 0 0.47 210.48 0.3 0.41
Hex 48 67 87 2F 18 0 2F D2 1E 29
Octal 110 147 207 57 30 0 57 322 36 51
Binary 1001000 1100111 10000111 101111 11000 0 101111 11010010 11110 101001

Color Harmonies of #486787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486787

Black with #486787

Text Example


Text Example

White with #486787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486787; }

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

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

background-color css

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

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

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

border-color css

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

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

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