Html Css Color HEX #486A93 Wedgewood

📋 copy color: '#486A93'

red 72 ◦ green 106 ◦ blue 147

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

Shades of Wedgewood #486A93

Tints of Wedgewood #486A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.62%

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 22.15%
G = 32.62%
B = 45.23%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486A93 (or 0x486A93) is known color: Wedgewood. HEX triplet: 48, 6A and 93. RGB value is (72,106,147). Sum of RGB (Red+Green+Blue) = 72+106+147=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #486A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A93 is #B7956C. Grayscale: #646464. Windows color (decimal): -12031341 or 9661000. OLE color: 9661000.

HSL color Cylindrical-coordinate representation of color #486A93: hue angle of 212.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486A93 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 106 147 -
CMYK 0.51 0.28 0 0.42
HSL 212.8º 0.34% 0.43% -
HSV(B) 212.8º 0.51% 0.58% -
XYZ 13.09 13.79 29.58 -
YUV 100.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 72 106 147 0.51 0.28 0 0.42 212.8 0.34 0.43
Hex 48 6A 93 33 1C 0 2A D5 22 2B
Octal 110 152 223 63 34 0 52 325 42 53
Binary 1001000 1101010 10010011 110011 11100 0 101010 11010101 100010 101011

Color Harmonies of #486A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A93

Black with #486A93

Text Example


Text Example

White with #486A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486A93; }

 p { color: rgb(72,106,147); }

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

background-color css

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

 a { background-color: rgb(72,106,147); }

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

border-color css

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

 span { border-color: rgb(72,106,147); }

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