Html Css Color HEX #486388 Wedgewood

📋 copy color: '#486388'

red 72 ◦ green 99 ◦ blue 136

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

Shades of Wedgewood #486388

Tints of Wedgewood #486388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 23.45%
G = 32.25%
B = 44.3%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486388 (or 0x486388) is known color: Wedgewood. HEX triplet: 48, 63 and 88. RGB value is (72,99,136). Sum of RGB (Red+Green+Blue) = 72+99+136=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #486388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486388 is #B79C77. Grayscale: #5E5E5E. Windows color (decimal): -12033144 or 8938312. OLE color: 8938312.

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

Color convert

RGB 72 99 136 -
CMYK 0.47 0.27 0 0.47
HSL 214.69º 0.31% 0.41% -
HSV(B) 214.69º 0.47% 0.53% -
XYZ 11.58 12.08 25.01 -
YUV 95.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 72 99 136 0.47 0.27 0 0.47 214.69 0.31 0.41
Hex 48 63 88 2F 1B 0 2F D7 1F 29
Octal 110 143 210 57 33 0 57 327 37 51
Binary 1001000 1100011 10001000 101111 11011 0 101111 11010111 11111 101001

Color Harmonies of #486388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486388

Black with #486388

Text Example


Text Example

White with #486388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486388; }

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

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

background-color css

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

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

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

border-color css

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

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

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