#4C7484

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

Shades of Bismark #4C7484

Tints of Bismark #4C7484

Color information

#4C7484 (or 0x4C7484) is unknown color: approx Bismark. HEX triplet: 4C, 74 and 84. RGB value is (76,116,132). Sum of RGB (Red+Green+Blue) = 76+116+132=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C7484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7484 is #B38B7B. Grayscale: #696969. Windows color (decimal): -11766652 or 8680524. OLE color: 8680524.

HSL color Cylindrical-coordinate representation of color #4C7484: hue angle of 197.14º 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 #4C7484 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB76116132-
CMYK0.420.1200.48
HSL197.14º26.92%40.78%-
HSV(B)197.14º42.42%51.76%-
XYZ13.3915.6924.15-
YUV105.86142.75106.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.46%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=23.46%
G=35.80%
B=40.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761161320.420.1200.48197.1426.9240.78
Hex4C74842AC030c51b29
Octal11416420452140603053351
Binary1001100111010010000100101010110001100001100010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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