Html Css Color HEX #486F8A Wedgewood

📋 copy color: '#486F8A'

red 72 ◦ green 111 ◦ blue 138

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

Shades of Wedgewood #486F8A

Tints of Wedgewood #486F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

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

R = 22.43%
G = 34.58%
B = 42.99%

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

#486F8A (or 0x486F8A) is known color: Wedgewood. HEX triplet: 48, 6F and 8A. RGB value is (72,111,138). Sum of RGB (Red+Green+Blue) = 72+111+138=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #486F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F8A is #B79075. Grayscale: #666666. Windows color (decimal): -12030070 or 9072456. OLE color: 9072456.

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

Color convert

RGB 72 111 138 -
CMYK 0.48 0.20 0 0.46
HSL 204.55º 0.31% 0.41% -
HSV(B) 204.55º 0.48% 0.54% -
XYZ 12.94 14.58 26.18 -
YUV 102.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 72 111 138 0.48 0.20 0 0.46 204.55 0.31 0.41
Hex 48 6F 8A 30 14 0 2E CD 1F 29
Octal 110 157 212 60 24 0 56 315 37 51
Binary 1001000 1101111 10001010 110000 10100 0 101110 11001101 11111 101001

Color Harmonies of #486F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F8A

Black with #486F8A

Text Example


Text Example

White with #486F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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