#4B6779

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

Shades of Bismark #4B6779

Tints of Bismark #4B6779

Color information

#4B6779 (or 0x4B6779) is unknown color: approx Bismark. HEX triplet: 4B, 67 and 79. RGB value is (75,103,121). Sum of RGB (Red+Green+Blue) = 75+103+121=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B6779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6779 is #B49886. Grayscale: #606060. Windows color (decimal): -11835527 or 7956299. OLE color: 7956299.

HSL color Cylindrical-coordinate representation of color #4B6779: hue angle of 203.48º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B6779 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB75103121-
CMYK0.380.1500.53
HSL203.48º23.47%38.43%-
HSV(B)203.48º38.02%47.45%-
XYZ11.212.5819.93-
YUV96.68141.72112.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=25.08%
G=34.45%
B=40.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751031210.380.1500.53203.4823.4738.43
Hex4B677926F035cb1726
Octal11314717146170653132746
Binary100101111001111111001100110111101101011100101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,103,121); }

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

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

 a { background-color: rgb(75,103,121); }

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

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

 span { border-color: rgb(75,103,121); }

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