Html Css Color HEX #486A85 Wedgewood

📋 copy color: '#486A85'

red 72 ◦ green 106 ◦ blue 133

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

Shades of Wedgewood #486A85

Tints of Wedgewood #486A85

RGB

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

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

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

R = 23.15%
G = 34.08%
B = 42.77%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486A85 (or 0x486A85) is known color: Wedgewood. HEX triplet: 48, 6A and 85. RGB value is (72,106,133). Sum of RGB (Red+Green+Blue) = 72+106+133=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #486A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A85 is #B7957A. Grayscale: #626262. Windows color (decimal): -12031355 or 8743496. OLE color: 8743496.

HSL color Cylindrical-coordinate representation of color #486A85: hue angle of 206.56º 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 #486A85 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 106 133 -
CMYK 0.46 0.20 0 0.48
HSL 206.56º 0.3% 0.4% -
HSV(B) 206.56º 0.46% 0.52% -
XYZ 12.06 13.38 24.14 -
YUV 98.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 72 106 133 0.46 0.20 0 0.48 206.56 0.3 0.4
Hex 48 6A 85 2E 14 0 30 CF 1E 28
Octal 110 152 205 56 24 0 60 317 36 50
Binary 1001000 1101010 10000101 101110 10100 0 110000 11001111 11110 101000

Color Harmonies of #486A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A85

Black with #486A85

Text Example


Text Example

White with #486A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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