Html Css Color HEX #486283 Wedgewood

📋 copy color: '#486283'

red 72 ◦ green 98 ◦ blue 131

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

Shades of Wedgewood #486283

Tints of Wedgewood #486283

RGB

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

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

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

R = 23.92%
G = 32.56%
B = 43.52%

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

#486283 (or 0x486283) is known color: Wedgewood. HEX triplet: 48, 62 and 83. RGB value is (72,98,131). Sum of RGB (Red+Green+Blue) = 72+98+131=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #486283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486283 is #B79D7C. Grayscale: #5D5D5D. Windows color (decimal): -12033405 or 8610376. OLE color: 8610376.

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

Color convert

RGB 72 98 131 -
CMYK 0.45 0.25 0 0.49
HSL 213.56º 0.29% 0.4% -
HSV(B) 213.56º 0.45% 0.51% -
XYZ 11.14 11.75 23.15 -
YUV 93.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 72 98 131 0.45 0.25 0 0.49 213.56 0.29 0.4
Hex 48 62 83 2D 19 0 31 D6 1D 28
Octal 110 142 203 55 31 0 61 326 35 50
Binary 1001000 1100010 10000011 101101 11001 0 110001 11010110 11101 101000

Color Harmonies of #486283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486283

Black with #486283

Text Example


Text Example

White with #486283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486283; }

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

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

background-color css

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

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

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

border-color css

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

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

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