Html Css Color HEX #486983 Wedgewood

📋 copy color: '#486983'

red 72 ◦ green 105 ◦ blue 131

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

Shades of Wedgewood #486983

Tints of Wedgewood #486983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 23.38%
G = 34.09%
B = 42.53%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486983 (or 0x486983) is known color: Wedgewood. HEX triplet: 48, 69 and 83. RGB value is (72,105,131). Sum of RGB (Red+Green+Blue) = 72+105+131=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #486983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486983 is #B7967C. Grayscale: #616161. Windows color (decimal): -12031613 or 8612168. OLE color: 8612168.

HSL color Cylindrical-coordinate representation of color #486983: hue angle of 206.44º 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 #486983 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 105 131 -
CMYK 0.45 0.20 0 0.49
HSL 206.44º 0.29% 0.4% -
HSV(B) 206.44º 0.45% 0.51% -
XYZ 11.82 13.12 23.38 -
YUV 98.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 72 105 131 0.45 0.20 0 0.49 206.44 0.29 0.4
Hex 48 69 83 2D 14 0 31 CE 1D 28
Octal 110 151 203 55 24 0 61 316 35 50
Binary 1001000 1101001 10000011 101101 10100 0 110001 11001110 11101 101000

Color Harmonies of #486983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486983

Black with #486983

Text Example


Text Example

White with #486983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486983; }

 p { color: rgb(72,105,131); }

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

background-color css

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

 a { background-color: rgb(72,105,131); }

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

border-color css

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

 span { border-color: rgb(72,105,131); }

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