#486277

Color #486277 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #486277

Tints of Bismark #486277

Color information

#486277 (or 0x486277) is unknown color: approx Bismark. HEX triplet: 48, 62 and 77. RGB value is (72,98,119). Sum of RGB (Red+Green+Blue) = 72+98+119=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #486277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486277 is #B79D88. Grayscale: #5C5C5C. Windows color (decimal): -12033417 or 7823944. OLE color: 7823944.

HSL color Cylindrical-coordinate representation of color #486277: hue angle of 206.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486277 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7298119-
CMYK0.390.1800.53
HSL206.81º24.61%37.45%-
HSV(B)206.81º39.5%46.67%-
XYZ10.3711.4419.12-
YUV92.62142.89113.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=24.91%
G=33.91%
B=41.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72981190.390.1800.53206.8124.6137.45
Hex4862772712035cf1925
Octal11014216747220653173145
Binary1001000110001011101111001111001001101011100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486277; }

 p { color: rgb(72,98,119); }

 H1.HeaderClassName
 {
   color: #486277;
 }
 .AnyTagClassName
 {
   color: #486277;
 }
</style>
background-color css

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

 a { background-color: rgb(72,98,119); }

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

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

 span { border-color: rgb(72,98,119); }

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