#4E6A7C

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

Shades of Bismark #4E6A7C

Tints of Bismark #4E6A7C

Color information

#4E6A7C (or 0x4E6A7C) is unknown color: approx Bismark. HEX triplet: 4E, 6A and 7C. RGB value is (78,106,124). Sum of RGB (Red+Green+Blue) = 78+106+124=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E6A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6A7C is #B19583. Grayscale: #636363. Windows color (decimal): -11638148 or 8153678. OLE color: 8153678.

HSL color Cylindrical-coordinate representation of color #4E6A7C: hue angle of 203.48º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E6A7C is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB78106124-
CMYK0.370.1500.51
HSL203.48º22.77%39.61%-
HSV(B)203.48º37.1%48.63%-
XYZ11.9313.3821.02-
YUV99.68141.72112.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=25.32%
G=34.42%
B=40.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781061240.370.1500.51203.4822.7739.61
Hex4E6A7C25F033cb1728
Octal11615217445170633132750
Binary100111011010101111100100101111101100111100101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,106,124); }

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

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

 a { background-color: rgb(78,106,124); }

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

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

 span { border-color: rgb(78,106,124); }

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