Html Css Color HEX #486683 Wedgewood

📋 copy color: '#486683'

red 72 ◦ green 102 ◦ blue 131

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

Shades of Wedgewood #486683

Tints of Wedgewood #486683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

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

R = 23.61%
G = 33.44%
B = 42.95%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486683 (or 0x486683) is known color: Wedgewood. HEX triplet: 48, 66 and 83. RGB value is (72,102,131). Sum of RGB (Red+Green+Blue) = 72+102+131=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #486683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486683 is #B7997C. Grayscale: #606060. Windows color (decimal): -12032381 or 8611400. OLE color: 8611400.

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

Color convert

RGB 72 102 131 -
CMYK 0.45 0.22 0 0.49
HSL 209.49º 0.29% 0.4% -
HSV(B) 209.49º 0.45% 0.51% -
XYZ 11.52 12.52 23.28 -
YUV 96.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 72 102 131 0.45 0.22 0 0.49 209.49 0.29 0.4
Hex 48 66 83 2D 16 0 31 D1 1D 28
Octal 110 146 203 55 26 0 61 321 35 50
Binary 1001000 1100110 10000011 101101 10110 0 110001 11010001 11101 101000

Color Harmonies of #486683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486683

Black with #486683

Text Example


Text Example

White with #486683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486683; }

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

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

background-color css

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

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

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

border-color css

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

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

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