#486274

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

Shades of Bismark #486274

Tints of Bismark #486274

Color information

#486274 (or 0x486274) is unknown color: approx Bismark. HEX triplet: 48, 62 and 74. RGB value is (72,98,116). Sum of RGB (Red+Green+Blue) = 72+98+116=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #486274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486274 is #B79D8B. Grayscale: #5C5C5C. Windows color (decimal): -12033420 or 7627336. OLE color: 7627336.

HSL color Cylindrical-coordinate representation of color #486274: hue angle of 204.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486274 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7298116-
CMYK0.380.1600.55
HSL204.55º23.4%36.86%-
HSV(B)204.55º37.93%45.49%-
XYZ10.1911.3718.18-
YUV92.28141.39113.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=25.17%
G=34.27%
B=40.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72981160.380.1600.55204.5523.436.86
Hex4862742610037cd1725
Octal11014216446200673152745
Binary1001000110001011101001001101000001101111100110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486274; }

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

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

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

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

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

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

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

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