#4A6378

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

Shades of Bismark #4A6378

Tints of Bismark #4A6378

Color information

#4A6378 (or 0x4A6378) is unknown color: approx Bismark. HEX triplet: 4A, 63 and 78. RGB value is (74,99,120). Sum of RGB (Red+Green+Blue) = 74+99+120=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A6378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6378 is #B59C87. Grayscale: #5D5D5D. Windows color (decimal): -11902088 or 7889738. OLE color: 7889738.

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

Color convert

RGB7499120-
CMYK0.380.1700.53
HSL207.39º23.71%38.04%-
HSV(B)207.39º38.33%47.06%-
XYZ10.6811.7419.47-
YUV93.92142.72113.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.26%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=25.26%
G=33.79%
B=40.96%

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
Decimal74991200.380.1700.53207.3923.7138.04
Hex4A63782611035cf1826
Octal11214317046210653173046
Binary1001010110001111110001001101000101101011100111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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