Html Css Color HEX #486690 Wedgewood

📋 copy color: '#486690'

red 72 ◦ green 102 ◦ blue 144

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

Shades of Wedgewood #486690

Tints of Wedgewood #486690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 22.64%
G = 32.08%
B = 45.28%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#486690 (or 0x486690) is known color: Wedgewood. HEX triplet: 48, 66 and 90. RGB value is (72,102,144). Sum of RGB (Red+Green+Blue) = 72+102+144=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #486690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486690 is #B7996F. Grayscale: #616161. Windows color (decimal): -12032368 or 9463368. OLE color: 9463368.

HSL color Cylindrical-coordinate representation of color #486690: hue angle of 215º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486690 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 102 144 -
CMYK 0.50 0.29 0 0.44
HSL 215º 0.33% 0.42% -
HSV(B) 215º 0.5% 0.56% -
XYZ 12.46 12.89 28.22 -
YUV 97.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 72 102 144 0.50 0.29 0 0.44 215 0.33 0.42
Hex 48 66 90 32 1D 0 2C D7 21 2A
Octal 110 146 220 62 35 0 54 327 41 52
Binary 1001000 1100110 10010000 110010 11101 0 101100 11010111 100001 101010

Color Harmonies of #486690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486690

Black with #486690

Text Example


Text Example

White with #486690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486690; }

 p { color: rgb(72,102,144); }

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

background-color css

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

 a { background-color: rgb(72,102,144); }

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

border-color css

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

 span { border-color: rgb(72,102,144); }

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