#4C7278

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

Shades of Bismark #4C7278

Tints of Bismark #4C7278

Color information

#4C7278 (or 0x4C7278) is unknown color: approx Bismark. HEX triplet: 4C, 72 and 78. RGB value is (76,114,120). Sum of RGB (Red+Green+Blue) = 76+114+120=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C7278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7278 is #B38D87. Grayscale: #676767. Windows color (decimal): -11767176 or 7893580. OLE color: 7893580.

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

Color convert

RGB76114120-
CMYK0.370.0500.53
HSL188.18º22.45%38.43%-
HSV(B)188.18º36.67%47.06%-
XYZ12.3914.9320-
YUV103.32137.41108.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.52%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=24.52%
G=36.77%
B=38.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761141200.370.0500.53188.1822.4538.43
Hex4C7278255035bc1626
Octal1141621704550652742646
Binary10011001110010111100010010110101101011011110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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