#4C7284

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

Shades of Bismark #4C7284

Tints of Bismark #4C7284

Color information

#4C7284 (or 0x4C7284) is unknown color: approx Bismark. HEX triplet: 4C, 72 and 84. RGB value is (76,114,132). Sum of RGB (Red+Green+Blue) = 76+114+132=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C7284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7284 is #B38D7B. Grayscale: #686868. Windows color (decimal): -11767164 or 8680012. OLE color: 8680012.

HSL color Cylindrical-coordinate representation of color #4C7284: hue angle of 199.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C7284 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB76114132-
CMYK0.420.1400.48
HSL199.29º26.92%40.78%-
HSV(B)199.29º42.42%51.76%-
XYZ13.1615.2424.08-
YUV104.69143.41107.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.60%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=23.60%
G=35.40%
B=40.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761141320.420.1400.48199.2926.9240.78
Hex4C72842AE030c71b29
Octal11416220452160603073351
Binary1001100111001010000100101010111001100001100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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