Html Css Color HEX #486B8B Wedgewood

📋 copy color: '#486B8B'

red 72 ◦ green 107 ◦ blue 139

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

Shades of Wedgewood #486B8B

Tints of Wedgewood #486B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 22.64%
G = 33.65%
B = 43.71%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#486B8B (or 0x486B8B) is known color: Wedgewood. HEX triplet: 48, 6B and 8B. RGB value is (72,107,139). Sum of RGB (Red+Green+Blue) = 72+107+139=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #486B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B8B is #B79474. Grayscale: #646464. Windows color (decimal): -12031093 or 9136968. OLE color: 9136968.

HSL color Cylindrical-coordinate representation of color #486B8B: hue angle of 208.66º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486B8B is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 107 139 -
CMYK 0.48 0.23 0 0.45
HSL 208.66º 0.32% 0.41% -
HSV(B) 208.66º 0.48% 0.55% -
XYZ 12.59 13.76 26.42 -
YUV 100.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 72 107 139 0.48 0.23 0 0.45 208.66 0.32 0.41
Hex 48 6B 8B 30 17 0 2D D1 20 29
Octal 110 153 213 60 27 0 55 321 40 51
Binary 1001000 1101011 10001011 110000 10111 0 101101 11010001 100000 101001

Color Harmonies of #486B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B8B

Black with #486B8B

Text Example


Text Example

White with #486B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,139); }

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

background-color css

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

 a { background-color: rgb(72,107,139); }

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

border-color css

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

 span { border-color: rgb(72,107,139); }

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