Html Css Color HEX #486F87 Wedgewood

📋 copy color: '#486F87'

red 72 ◦ green 111 ◦ blue 135

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

Shades of Wedgewood #486F87

Tints of Wedgewood #486F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.91%

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

R = 22.64%
G = 34.91%
B = 42.45%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486F87 (or 0x486F87) is known color: Wedgewood. HEX triplet: 48, 6F and 87. RGB value is (72,111,135). Sum of RGB (Red+Green+Blue) = 72+111+135=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #486F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F87 is #B79078. Grayscale: #656565. Windows color (decimal): -12030073 or 8875848. OLE color: 8875848.

HSL color Cylindrical-coordinate representation of color #486F87: hue angle of 202.86º 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 #486F87 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 111 135 -
CMYK 0.47 0.18 0 0.47
HSL 202.86º 0.3% 0.41% -
HSV(B) 202.86º 0.47% 0.53% -
XYZ 12.73 14.5 25.05 -
YUV 102.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 72 111 135 0.47 0.18 0 0.47 202.86 0.3 0.41
Hex 48 6F 87 2F 12 0 2F CB 1E 29
Octal 110 157 207 57 22 0 57 313 36 51
Binary 1001000 1101111 10000111 101111 10010 0 101111 11001011 11110 101001

Color Harmonies of #486F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F87

Black with #486F87

Text Example


Text Example

White with #486F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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