Html Css Color HEX #486589 Wedgewood

📋 copy color: '#486589'

red 72 ◦ green 101 ◦ blue 137

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

Shades of Wedgewood #486589

Tints of Wedgewood #486589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 23.23%
G = 32.58%
B = 44.19%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#486589 (or 0x486589) is known color: Wedgewood. HEX triplet: 48, 65 and 89. RGB value is (72,101,137). Sum of RGB (Red+Green+Blue) = 72+101+137=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #486589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486589 is #B79A76. Grayscale: #606060. Windows color (decimal): -12032631 or 9004360. OLE color: 9004360.

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

Color convert

RGB 72 101 137 -
CMYK 0.47 0.26 0 0.46
HSL 213.23º 0.31% 0.41% -
HSV(B) 213.23º 0.47% 0.54% -
XYZ 11.84 12.49 25.45 -
YUV 96.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 72 101 137 0.47 0.26 0 0.46 213.23 0.31 0.41
Hex 48 65 89 2F 1A 0 2E D5 1F 29
Octal 110 145 211 57 32 0 56 325 37 51
Binary 1001000 1100101 10001001 101111 11010 0 101110 11010101 11111 101001

Color Harmonies of #486589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486589

Black with #486589

Text Example


Text Example

White with #486589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486589; }

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

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

background-color css

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

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

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

border-color css

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

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

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