#4A677B

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

Shades of Bismark #4A677B

Tints of Bismark #4A677B

Color information

#4A677B (or 0x4A677B) is unknown color: approx Bismark. HEX triplet: 4A, 67 and 7B. RGB value is (74,103,123). Sum of RGB (Red+Green+Blue) = 74+103+123=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A677B is #B59884. Grayscale: #606060. Windows color (decimal): -11901061 or 8087370. OLE color: 8087370.

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

Color convert

RGB74103123-
CMYK0.400.1600.52
HSL204.49º24.87%38.63%-
HSV(B)204.49º39.84%48.24%-
XYZ11.2512.5920.58-
YUV96.61142.89111.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.67%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=24.67%
G=34.33%
B=41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal741031230.400.1600.52204.4924.8738.63
Hex4A677B2810034cc1927
Octal11214717350200643143147
Binary1001010110011111110111010001000001101001100110011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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