Html Css Color HEX #486888 Wedgewood

📋 copy color: '#486888'

red 72 ◦ green 104 ◦ blue 136

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

Shades of Wedgewood #486888

Tints of Wedgewood #486888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

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

R = 23.08%
G = 33.33%
B = 43.59%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486888 (or 0x486888) is known color: Wedgewood. HEX triplet: 48, 68 and 88. RGB value is (72,104,136). Sum of RGB (Red+Green+Blue) = 72+104+136=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #486888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486888 is #B79777. Grayscale: #616161. Windows color (decimal): -12031864 or 8939592. OLE color: 8939592.

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

Color convert

RGB 72 104 136 -
CMYK 0.47 0.24 0 0.47
HSL 210º 0.31% 0.41% -
HSV(B) 210º 0.47% 0.53% -
XYZ 12.07 13.06 25.18 -
YUV 98.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 72 104 136 0.47 0.24 0 0.47 210 0.31 0.41
Hex 48 68 88 2F 18 0 2F D2 1F 29
Octal 110 150 210 57 30 0 57 322 37 51
Binary 1001000 1101000 10001000 101111 11000 0 101111 11010010 11111 101001

Color Harmonies of #486888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486888

Black with #486888

Text Example


Text Example

White with #486888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486888; }

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

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

background-color css

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

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

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

border-color css

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

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

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