Html Css Color HEX #486389 Wedgewood

📋 copy color: '#486389'

red 72 ◦ green 99 ◦ blue 137

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

Shades of Wedgewood #486389

Tints of Wedgewood #486389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 23.38%
G = 32.14%
B = 44.48%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#486389 (or 0x486389) is known color: Wedgewood. HEX triplet: 48, 63 and 89. RGB value is (72,99,137). Sum of RGB (Red+Green+Blue) = 72+99+137=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #486389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486389 is #B79C76. Grayscale: #5F5F5F. Windows color (decimal): -12033143 or 9003848. OLE color: 9003848.

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

Color convert

RGB 72 99 137 -
CMYK 0.47 0.28 0 0.46
HSL 215.08º 0.31% 0.41% -
HSV(B) 215.08º 0.47% 0.54% -
XYZ 11.65 12.11 25.39 -
YUV 95.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 72 99 137 0.47 0.28 0 0.46 215.08 0.31 0.41
Hex 48 63 89 2F 1C 0 2E D7 1F 29
Octal 110 143 211 57 34 0 56 327 37 51
Binary 1001000 1100011 10001001 101111 11100 0 101110 11010111 11111 101001

Color Harmonies of #486389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486389

Black with #486389

Text Example


Text Example

White with #486389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486389; }

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

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

background-color css

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

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

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

border-color css

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

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

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