Html Css Color HEX #486188 Wedgewood

📋 copy color: '#486188'

red 72 ◦ green 97 ◦ blue 136

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

Shades of Wedgewood #486188

Tints of Wedgewood #486188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

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

R = 23.61%
G = 31.8%
B = 44.59%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486188 (or 0x486188) is known color: Wedgewood. HEX triplet: 48, 61 and 88. RGB value is (72,97,136). Sum of RGB (Red+Green+Blue) = 72+97+136=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #486188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486188 is #B79E77. Grayscale: #5D5D5D. Windows color (decimal): -12033656 or 8937800. OLE color: 8937800.

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

Color convert

RGB 72 97 136 -
CMYK 0.47 0.29 0 0.47
HSL 216.56º 0.31% 0.41% -
HSV(B) 216.56º 0.47% 0.53% -
XYZ 11.39 11.7 24.95 -
YUV 93.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 72 97 136 0.47 0.29 0 0.47 216.56 0.31 0.41
Hex 48 61 88 2F 1D 0 2F D9 1F 29
Octal 110 141 210 57 35 0 57 331 37 51
Binary 1001000 1100001 10001000 101111 11101 0 101111 11011001 11111 101001

Color Harmonies of #486188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486188

Black with #486188

Text Example


Text Example

White with #486188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486188; }

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

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

background-color css

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

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

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

border-color css

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

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

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