#4A6778

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

Shades of Bismark #4A6778

Tints of Bismark #4A6778

Color information

#4A6778 (or 0x4A6778) is unknown color: approx Bismark. HEX triplet: 4A, 67 and 78. RGB value is (74,103,120). Sum of RGB (Red+Green+Blue) = 74+103+120=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A6778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6778 is #B59887. Grayscale: #606060. Windows color (decimal): -11901064 or 7890762. OLE color: 7890762.

HSL color Cylindrical-coordinate representation of color #4A6778: hue angle of 202.17º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A6778 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB74103120-
CMYK0.380.1400.53
HSL202.17º23.71%38.04%-
HSV(B)202.17º38.33%47.06%-
XYZ11.0612.5119.6-
YUV96.27141.39112.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.92%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=24.92%
G=34.68%
B=40.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741031200.380.1400.53202.1723.7138.04
Hex4A677826E035ca1826
Octal11214717046160653123046
Binary100101011001111111000100110111001101011100101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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