Html Css Color HEX #486A89 Wedgewood

📋 copy color: '#486A89'

red 72 ◦ green 106 ◦ blue 137

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

Shades of Wedgewood #486A89

Tints of Wedgewood #486A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.65%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 22.86%
G = 33.65%
B = 43.49%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#486A89 (or 0x486A89) is known color: Wedgewood. HEX triplet: 48, 6A and 89. RGB value is (72,106,137). Sum of RGB (Red+Green+Blue) = 72+106+137=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #486A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A89 is #B79576. Grayscale: #636363. Windows color (decimal): -12031351 or 9005640. OLE color: 9005640.

HSL color Cylindrical-coordinate representation of color #486A89: hue angle of 208.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486A89 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 106 137 -
CMYK 0.47 0.23 0 0.46
HSL 208.62º 0.31% 0.41% -
HSV(B) 208.62º 0.47% 0.54% -
XYZ 12.34 13.49 25.62 -
YUV 99.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 72 106 137 0.47 0.23 0 0.46 208.62 0.31 0.41
Hex 48 6A 89 2F 17 0 2E D1 1F 29
Octal 110 152 211 57 27 0 56 321 37 51
Binary 1001000 1101010 10001001 101111 10111 0 101110 11010001 11111 101001

Color Harmonies of #486A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A89

Black with #486A89

Text Example


Text Example

White with #486A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,106,137); }

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

background-color css

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

 a { background-color: rgb(72,106,137); }

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

border-color css

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

 span { border-color: rgb(72,106,137); }

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