#4A6478

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

Shades of Bismark #4A6478

Tints of Bismark #4A6478

Color information

#4A6478 (or 0x4A6478) is unknown color: approx Bismark. HEX triplet: 4A, 64 and 78. RGB value is (74,100,120). Sum of RGB (Red+Green+Blue) = 74+100+120=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A6478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6478 is #B59B87. Grayscale: #5E5E5E. Windows color (decimal): -11901832 or 7889994. OLE color: 7889994.

HSL color Cylindrical-coordinate representation of color #4A6478: hue angle of 206.09º 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 #4A6478 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB74100120-
CMYK0.380.1700.53
HSL206.09º23.71%38.04%-
HSV(B)206.09º38.33%47.06%-
XYZ10.7711.9319.5-
YUV94.51142.39113.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.17%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=25.17%
G=34.01%
B=40.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741001200.380.1700.53206.0923.7138.04
Hex4A64782611035ce1826
Octal11214417046210653163046
Binary1001010110010011110001001101000101101011100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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