Html Css Color HEX #486489 Wedgewood

📋 copy color: '#486489'

red 72 ◦ green 100 ◦ blue 137

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

Shades of Wedgewood #486489

Tints of Wedgewood #486489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 23.3%
G = 32.36%
B = 44.34%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#486489 (or 0x486489) is known color: Wedgewood. HEX triplet: 48, 64 and 89. RGB value is (72,100,137). Sum of RGB (Red+Green+Blue) = 72+100+137=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #486489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486489 is #B79B76. Grayscale: #5F5F5F. Windows color (decimal): -12032887 or 9004104. OLE color: 9004104.

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

Color convert

RGB 72 100 137 -
CMYK 0.47 0.27 0 0.46
HSL 214.15º 0.31% 0.41% -
HSV(B) 214.15º 0.47% 0.54% -
XYZ 11.75 12.3 25.42 -
YUV 95.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 72 100 137 0.47 0.27 0 0.46 214.15 0.31 0.41
Hex 48 64 89 2F 1B 0 2E D6 1F 29
Octal 110 144 211 57 33 0 56 326 37 51
Binary 1001000 1100100 10001001 101111 11011 0 101110 11010110 11111 101001

Color Harmonies of #486489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486489

Black with #486489

Text Example


Text Example

White with #486489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486489; }

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

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

background-color css

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

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

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

border-color css

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

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

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