Html Css Color HEX #486783 Wedgewood

📋 copy color: '#486783'

red 72 ◦ green 103 ◦ blue 131

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

Shades of Wedgewood #486783

Tints of Wedgewood #486783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 23.53%
G = 33.66%
B = 42.81%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486783 (or 0x486783) is known color: Wedgewood. HEX triplet: 48, 67 and 83. RGB value is (72,103,131). Sum of RGB (Red+Green+Blue) = 72+103+131=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #486783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486783 is #B7987C. Grayscale: #606060. Windows color (decimal): -12032125 or 8611656. OLE color: 8611656.

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

Color convert

RGB 72 103 131 -
CMYK 0.45 0.21 0 0.49
HSL 208.47º 0.29% 0.4% -
HSV(B) 208.47º 0.45% 0.51% -
XYZ 11.62 12.72 23.31 -
YUV 96.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 72 103 131 0.45 0.21 0 0.49 208.47 0.29 0.4
Hex 48 67 83 2D 15 0 31 D0 1D 28
Octal 110 147 203 55 25 0 61 320 35 50
Binary 1001000 1100111 10000011 101101 10101 0 110001 11010000 11101 101000

Color Harmonies of #486783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486783

Black with #486783

Text Example


Text Example

White with #486783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486783; }

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

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

background-color css

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

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

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

border-color css

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

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

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