Html Css Color HEX #4B6577 Bismark

📋 copy color: '#4B6577'

red 75 ◦ green 101 ◦ blue 119

#4B6577
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #4B6577

Tints of Bismark #4B6577

RGB

 RED value IS 75 (29.69% from 255) = 25.42%

 GREEN value IS 101 (39.84% from 255) = 34.24%

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 25.42%
G = 34.24%
B = 40.34%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B6577 (or 0x4B6577) is known color: Bismark. HEX triplet: 4B, 65 and 77. RGB value is (75,101,119). Sum of RGB (Red+Green+Blue) = 75+101+119=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B6577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6577 is #B49A88. Grayscale: #5F5F5F. Windows color (decimal): -11836041 or 7824715. OLE color: 7824715.

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

Color convert

RGB 75 101 119 -
CMYK 0.37 0.15 0 0.53
HSL 204.55º 0.23% 0.38% -
HSV(B) 204.55º 0.37% 0.47% -
XYZ 10.89 12.14 19.22 -
YUV 95.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 75 101 119 0.37 0.15 0 0.53 204.55 0.23 0.38
Hex 4B 65 77 25 F 0 35 CD 17 26
Octal 113 145 167 45 17 0 65 315 27 46
Binary 1001011 1100101 1110111 100101 1111 0 110101 11001101 10111 100110

Color Harmonies of #4B6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6577

Black with #4B6577

Text Example


Text Example

White with #4B6577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,101,119); }

 H1.HeaderClassName
 {
   color: #4B6577;
 }
 .AnyTagClassName
 {
   color: #4B6577;
 }
</style>

background-color css

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

 a { background-color: rgb(75,101,119); }

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

border-color css

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

 span { border-color: rgb(75,101,119); }

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