Html Css Color HEX #486185 Wedgewood

📋 copy color: '#486185'

red 72 ◦ green 97 ◦ blue 133

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

Shades of Wedgewood #486185

Tints of Wedgewood #486185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 133 (52.34% from 255) = 44.04%

R = 23.84%
G = 32.12%
B = 44.04%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486185 (or 0x486185) is known color: Wedgewood. HEX triplet: 48, 61 and 85. RGB value is (72,97,133). Sum of RGB (Red+Green+Blue) = 72+97+133=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #486185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486185 is #B79E7A. Grayscale: #5D5D5D. Windows color (decimal): -12033659 or 8741192. OLE color: 8741192.

HSL color Cylindrical-coordinate representation of color #486185: hue angle of 215.41º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #486185 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 97 133 -
CMYK 0.46 0.27 0 0.48
HSL 215.41º 0.3% 0.4% -
HSV(B) 215.41º 0.46% 0.52% -
XYZ 11.18 11.62 23.84 -
YUV 93.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 72 97 133 0.46 0.27 0 0.48 215.41 0.3 0.4
Hex 48 61 85 2E 1B 0 30 D7 1E 28
Octal 110 141 205 56 33 0 60 327 36 50
Binary 1001000 1100001 10000101 101110 11011 0 110000 11010111 11110 101000

Color Harmonies of #486185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486185

Black with #486185

Text Example


Text Example

White with #486185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486185; }

 p { color: rgb(72,97,133); }

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

background-color css

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

 a { background-color: rgb(72,97,133); }

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

border-color css

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

 span { border-color: rgb(72,97,133); }

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