#486A74

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

Shades of Bismark #486A74

Tints of Bismark #486A74

Color information

#486A74 (or 0x486A74) is unknown color: approx Bismark. HEX triplet: 48, 6A and 74. RGB value is (72,106,116). Sum of RGB (Red+Green+Blue) = 72+106+116=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #486A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A74 is #B7958B. Grayscale: #606060. Windows color (decimal): -12031372 or 7629384. OLE color: 7629384.

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

Color convert

RGB72106116-
CMYK0.380.0900.55
HSL193.64º23.4%36.86%-
HSV(B)193.64º37.93%45.49%-
XYZ10.9812.9518.44-
YUV96.97138.74110.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=24.49%
G=36.05%
B=39.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721061160.380.0900.55193.6423.436.86
Hex486A74269037c21725
Octal11015216446110673022745
Binary100100011010101110100100110100101101111100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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