#4A677A

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

Shades of Bismark #4A677A

Tints of Bismark #4A677A

Color information

#4A677A (or 0x4A677A) is unknown color: approx Bismark. HEX triplet: 4A, 67 and 7A. RGB value is (74,103,122). Sum of RGB (Red+Green+Blue) = 74+103+122=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A677A is #B59885. Grayscale: #606060. Windows color (decimal): -11901062 or 8021834. OLE color: 8021834.

HSL color Cylindrical-coordinate representation of color #4A677A: hue angle of 203.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A677A is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB74103122-
CMYK0.390.1600.52
HSL203.75º24.49%38.43%-
HSV(B)203.75º39.34%47.84%-
XYZ11.1912.5620.25-
YUV96.49142.39111.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=24.75%
G=34.45%
B=40.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal741031220.390.1600.52203.7524.4938.43
Hex4A677A2710034cc1826
Octal11214717247200643143046
Binary1001010110011111110101001111000001101001100110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A677A; }

 p { color: rgb(74,103,122); }

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

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

 a { background-color: rgb(74,103,122); }

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

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

 span { border-color: rgb(74,103,122); }

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