Html Css Color HEX #486588 Wedgewood

📋 copy color: '#486588'

red 72 ◦ green 101 ◦ blue 136

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

Shades of Wedgewood #486588

Tints of Wedgewood #486588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

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

R = 23.3%
G = 32.69%
B = 44.01%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486588 (or 0x486588) is known color: Wedgewood. HEX triplet: 48, 65 and 88. RGB value is (72,101,136). Sum of RGB (Red+Green+Blue) = 72+101+136=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #486588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486588 is #B79A77. Grayscale: #606060. Windows color (decimal): -12032632 or 8938824. OLE color: 8938824.

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

Color convert

RGB 72 101 136 -
CMYK 0.47 0.26 0 0.47
HSL 212.81º 0.31% 0.41% -
HSV(B) 212.81º 0.47% 0.53% -
XYZ 11.77 12.46 25.08 -
YUV 96.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 72 101 136 0.47 0.26 0 0.47 212.81 0.31 0.41
Hex 48 65 88 2F 1A 0 2F D5 1F 29
Octal 110 145 210 57 32 0 57 325 37 51
Binary 1001000 1100101 10001000 101111 11010 0 101111 11010101 11111 101001

Color Harmonies of #486588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486588

Black with #486588

Text Example


Text Example

White with #486588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486588; }

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

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

background-color css

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

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

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

border-color css

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

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

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