Html Css Color HEX #486581 Wedgewood

📋 copy color: '#486581'

red 72 ◦ green 101 ◦ blue 129

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

Shades of Wedgewood #486581

Tints of Wedgewood #486581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.72%

R = 23.84%
G = 33.44%
B = 42.72%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486581 (or 0x486581) is known color: Wedgewood. HEX triplet: 48, 65 and 81. RGB value is (72,101,129). Sum of RGB (Red+Green+Blue) = 72+101+129=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #486581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486581 is #B79A7E. Grayscale: #5F5F5F. Windows color (decimal): -12032639 or 8480072. OLE color: 8480072.

HSL color Cylindrical-coordinate representation of color #486581: hue angle of 209.47º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486581 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 101 129 -
CMYK 0.44 0.22 0 0.49
HSL 209.47º 0.28% 0.39% -
HSV(B) 209.47º 0.44% 0.51% -
XYZ 11.29 12.27 22.54 -
YUV 95.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 72 101 129 0.44 0.22 0 0.49 209.47 0.28 0.39
Hex 48 65 81 2C 16 0 31 D1 1C 27
Octal 110 145 201 54 26 0 61 321 34 47
Binary 1001000 1100101 10000001 101100 10110 0 110001 11010001 11100 100111

Color Harmonies of #486581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486581

Black with #486581

Text Example


Text Example

White with #486581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486581; }

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

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

background-color css

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

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

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

border-color css

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

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

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