Html Css Color HEX #486282 Wedgewood

📋 copy color: '#486282'

red 72 ◦ green 98 ◦ blue 130

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

Shades of Wedgewood #486282

Tints of Wedgewood #486282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 24%
G = 32.67%
B = 43.33%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486282 (or 0x486282) is known color: Wedgewood. HEX triplet: 48, 62 and 82. RGB value is (72,98,130). Sum of RGB (Red+Green+Blue) = 72+98+130=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #486282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486282 is #B79D7D. Grayscale: #5D5D5D. Windows color (decimal): -12033406 or 8544840. OLE color: 8544840.

HSL color Cylindrical-coordinate representation of color #486282: hue angle of 213.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486282 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 98 130 -
CMYK 0.45 0.25 0 0.49
HSL 213.1º 0.29% 0.4% -
HSV(B) 213.1º 0.45% 0.51% -
XYZ 11.07 11.72 22.8 -
YUV 93.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 72 98 130 0.45 0.25 0 0.49 213.1 0.29 0.4
Hex 48 62 82 2D 19 0 31 D5 1D 28
Octal 110 142 202 55 31 0 61 325 35 50
Binary 1001000 1100010 10000010 101101 11001 0 110001 11010101 11101 101000

Color Harmonies of #486282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486282

Black with #486282

Text Example


Text Example

White with #486282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486282; }

 p { color: rgb(72,98,130); }

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

background-color css

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

 a { background-color: rgb(72,98,130); }

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

border-color css

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

 span { border-color: rgb(72,98,130); }

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