#4B6273

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

Shades of Bismark #4B6273

Tints of Bismark #4B6273

Color information

#4B6273 (or 0x4B6273) is unknown color: approx Bismark. HEX triplet: 4B, 62 and 73. RGB value is (75,98,115). Sum of RGB (Red+Green+Blue) = 75+98+115=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6273 is #B49D8C. Grayscale: #5C5C5C. Windows color (decimal): -11836813 or 7561803. OLE color: 7561803.

HSL color Cylindrical-coordinate representation of color #4B6273: hue angle of 205.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B6273 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7598115-
CMYK0.350.1500.55
HSL205.5º21.05%37.25%-
HSV(B)205.5º34.78%45.1%-
XYZ10.3611.4717.89-
YUV93.06140.38115.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.04%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=26.04%
G=34.03%
B=39.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75981150.350.1500.55205.521.0537.25
Hex4B627323F037ce1525
Octal11314216343170673162545
Binary100101111000101110011100011111101101111100111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,115); }

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

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

 a { background-color: rgb(75,98,115); }

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

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

 span { border-color: rgb(75,98,115); }

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