Html Css Color HEX #486483 Wedgewood

📋 copy color: '#486483'

red 72 ◦ green 100 ◦ blue 131

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

Shades of Wedgewood #486483

Tints of Wedgewood #486483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

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

R = 23.76%
G = 33%
B = 43.23%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486483 (or 0x486483) is known color: Wedgewood. HEX triplet: 48, 64 and 83. RGB value is (72,100,131). Sum of RGB (Red+Green+Blue) = 72+100+131=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #486483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486483 is #B79B7C. Grayscale: #5F5F5F. Windows color (decimal): -12032893 or 8610888. OLE color: 8610888.

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

Color convert

RGB 72 100 131 -
CMYK 0.45 0.24 0 0.49
HSL 211.53º 0.29% 0.4% -
HSV(B) 211.53º 0.45% 0.51% -
XYZ 11.33 12.13 23.22 -
YUV 95.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 72 100 131 0.45 0.24 0 0.49 211.53 0.29 0.4
Hex 48 64 83 2D 18 0 31 D4 1D 28
Octal 110 144 203 55 30 0 61 324 35 50
Binary 1001000 1100100 10000011 101101 11000 0 110001 11010100 11101 101000

Color Harmonies of #486483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486483

Black with #486483

Text Example


Text Example

White with #486483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486483; }

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

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

background-color css

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

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

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

border-color css

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

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

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