#486774

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

Shades of Bismark #486774

Tints of Bismark #486774

Color information

#486774 (or 0x486774) is unknown color: approx Bismark. HEX triplet: 48, 67 and 74. RGB value is (72,103,116). Sum of RGB (Red+Green+Blue) = 72+103+116=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #486774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486774 is #B7988B. Grayscale: #5F5F5F. Windows color (decimal): -12032140 or 7628616. OLE color: 7628616.

HSL color Cylindrical-coordinate representation of color #486774: hue angle of 197.73º 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 #486774 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72103116-
CMYK0.380.1100.55
HSL197.73º23.4%36.86%-
HSV(B)197.73º37.93%45.49%-
XYZ10.6812.3418.34-
YUV95.21139.73111.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=24.74%
G=35.40%
B=39.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721031160.380.1100.55197.7323.436.86
Hex48677426B037c61725
Octal11014716446130673062745
Binary100100011001111110100100110101101101111100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486774; }

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

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

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

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

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

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

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

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