Html Css Color HEX #486E8A Wedgewood

📋 copy color: '#486E8A'

red 72 ◦ green 110 ◦ blue 138

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

Shades of Wedgewood #486E8A

Tints of Wedgewood #486E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 22.5%
G = 34.38%
B = 43.13%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#486E8A (or 0x486E8A) is known color: Wedgewood. HEX triplet: 48, 6E and 8A. RGB value is (72,110,138). Sum of RGB (Red+Green+Blue) = 72+110+138=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #486E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E8A is #B79175. Grayscale: #656565. Windows color (decimal): -12030326 or 9072200. OLE color: 9072200.

HSL color Cylindrical-coordinate representation of color #486E8A: hue angle of 205.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486E8A is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 110 138 -
CMYK 0.48 0.20 0 0.46
HSL 205.45º 0.31% 0.41% -
HSV(B) 205.45º 0.48% 0.54% -
XYZ 12.84 14.36 26.14 -
YUV 101.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 72 110 138 0.48 0.20 0 0.46 205.45 0.31 0.41
Hex 48 6E 8A 30 14 0 2E CD 1F 29
Octal 110 156 212 60 24 0 56 315 37 51
Binary 1001000 1101110 10001010 110000 10100 0 101110 11001101 11111 101001

Color Harmonies of #486E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E8A

Black with #486E8A

Text Example


Text Example

White with #486E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,110,138); }

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

background-color css

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

 a { background-color: rgb(72,110,138); }

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

border-color css

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

 span { border-color: rgb(72,110,138); }

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