Html Css Color HEX #486F8B Wedgewood

📋 copy color: '#486F8B'

red 72 ◦ green 111 ◦ blue 139

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

Shades of Wedgewood #486F8B

Tints of Wedgewood #486F8B

RGB

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

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

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

R = 22.36%
G = 34.47%
B = 43.17%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#486F8B (or 0x486F8B) is known color: Wedgewood. HEX triplet: 48, 6F and 8B. RGB value is (72,111,139). Sum of RGB (Red+Green+Blue) = 72+111+139=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #486F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F8B is #B79074. Grayscale: #666666. Windows color (decimal): -12030069 or 9137992. OLE color: 9137992.

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

Color convert

RGB 72 111 139 -
CMYK 0.48 0.20 0 0.45
HSL 205.07º 0.32% 0.41% -
HSV(B) 205.07º 0.48% 0.55% -
XYZ 13.02 14.61 26.56 -
YUV 102.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 72 111 139 0.48 0.20 0 0.45 205.07 0.32 0.41
Hex 48 6F 8B 30 14 0 2D CD 20 29
Octal 110 157 213 60 24 0 55 315 40 51
Binary 1001000 1101111 10001011 110000 10100 0 101101 11001101 100000 101001

Color Harmonies of #486F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F8B

Black with #486F8B

Text Example


Text Example

White with #486F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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