#4A6770

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

Shades of Bismark #4A6770

Tints of Bismark #4A6770

Color information

#4A6770 (or 0x4A6770) is unknown color: approx Bismark. HEX triplet: 4A, 67 and 70. RGB value is (74,103,112). Sum of RGB (Red+Green+Blue) = 74+103+112=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A6770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6770 is #B5988F. Grayscale: #5F5F5F. Windows color (decimal): -11901072 or 7366474. OLE color: 7366474.

HSL color Cylindrical-coordinate representation of color #4A6770: hue angle of 194.21º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A6770 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB74103112-
CMYK0.340.0800.56
HSL194.21º20.43%36.47%-
HSV(B)194.21º33.93%43.92%-
XYZ10.612.3317.15-
YUV95.35137.39112.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=25.61%
G=35.64%
B=38.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741031120.340.0800.56194.2120.4336.47
Hex4A6770228038c21424
Octal11214716042100703022444
Binary100101011001111110000100010100001110001100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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