#4C6678

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

Shades of Bismark #4C6678

Tints of Bismark #4C6678

Color information

#4C6678 (or 0x4C6678) is unknown color: approx Bismark. HEX triplet: 4C, 66 and 78. RGB value is (76,102,120). Sum of RGB (Red+Green+Blue) = 76+102+120=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6678 is #B39987. Grayscale: #606060. Windows color (decimal): -11770248 or 7890508. OLE color: 7890508.

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

Color convert

RGB76102120-
CMYK0.370.1500.53
HSL204.55º22.45%38.43%-
HSV(B)204.55º36.67%47.06%-
XYZ11.1212.419.58-
YUV96.28141.39113.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.50%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=25.50%
G=34.23%
B=40.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761021200.370.1500.53204.5522.4538.43
Hex4C667825F035cd1626
Octal11414617045170653152646
Binary100110011001101111000100101111101101011100110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,102,120); }

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

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

 a { background-color: rgb(76,102,120); }

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

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

 span { border-color: rgb(76,102,120); }

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