#4B7682

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

Shades of Bismark #4B7682

Tints of Bismark #4B7682

Color information

#4B7682 (or 0x4B7682) is unknown color: approx Bismark. HEX triplet: 4B, 76 and 82. RGB value is (75,118,130). Sum of RGB (Red+Green+Blue) = 75+118+130=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B7682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7682 is #B4897D. Grayscale: #6A6A6A. Windows color (decimal): -11831678 or 8549963. OLE color: 8549963.

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

Color convert

RGB75118130-
CMYK0.420.0900.49
HSL193.09º26.83%40.2%-
HSV(B)193.09º42.31%50.98%-
XYZ13.4116.0623.51-
YUV106.51141.25105.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.22%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=23.22%
G=36.53%
B=40.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal751181300.420.0900.49193.0926.8340.2
Hex4B76822A9031c11b28
Octal11316620252110613013350
Binary1001011111011010000010101010100101100011100000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,118,130); }

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

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

 a { background-color: rgb(75,118,130); }

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

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

 span { border-color: rgb(75,118,130); }

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