Html Css Color HEX #486587 Wedgewood

📋 copy color: '#486587'

red 72 ◦ green 101 ◦ blue 135

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

Shades of Wedgewood #486587

Tints of Wedgewood #486587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 23.38%
G = 32.79%
B = 43.83%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#486587 (or 0x486587) is known color: Wedgewood. HEX triplet: 48, 65 and 87. RGB value is (72,101,135). Sum of RGB (Red+Green+Blue) = 72+101+135=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #486587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486587 is #B79A78. Grayscale: #606060. Windows color (decimal): -12032633 or 8873288. OLE color: 8873288.

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

Color convert

RGB 72 101 135 -
CMYK 0.47 0.25 0 0.47
HSL 212.38º 0.3% 0.41% -
HSV(B) 212.38º 0.47% 0.53% -
XYZ 11.7 12.43 24.71 -
YUV 96.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 72 101 135 0.47 0.25 0 0.47 212.38 0.3 0.41
Hex 48 65 87 2F 19 0 2F D4 1E 29
Octal 110 145 207 57 31 0 57 324 36 51
Binary 1001000 1100101 10000111 101111 11001 0 101111 11010100 11110 101001

Color Harmonies of #486587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486587

Black with #486587

Text Example


Text Example

White with #486587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486587; }

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

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

background-color css

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

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

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

border-color css

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

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

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