#4B6D7A

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

Shades of Bismark #4B6D7A

Tints of Bismark #4B6D7A

Color information

#4B6D7A (or 0x4B6D7A) is unknown color: approx Bismark. HEX triplet: 4B, 6D and 7A. RGB value is (75,109,122). Sum of RGB (Red+Green+Blue) = 75+109+122=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B6D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D7A is #B49285. Grayscale: #646464. Windows color (decimal): -11833990 or 8023371. OLE color: 8023371.

HSL color Cylindrical-coordinate representation of color #4B6D7A: hue angle of 196.6º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B6D7A is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB75109122-
CMYK0.390.1100.52
HSL196.6º23.86%38.63%-
HSV(B)196.6º38.52%47.84%-
XYZ11.8813.8420.46-
YUV100.32140.24109.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=24.51%
G=35.62%
B=39.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751091220.390.1100.52196.623.8638.63
Hex4B6D7A27B034c51827
Octal11315517247130643053047
Binary100101111011011111010100111101101101001100010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,109,122); }

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

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

 a { background-color: rgb(75,109,122); }

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

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

 span { border-color: rgb(75,109,122); }

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