Html Css Color HEX #4A6D77 Bismark

📋 copy color: '#4A6D77'

red 74 ◦ green 109 ◦ blue 119

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

Shades of Bismark #4A6D77

Tints of Bismark #4A6D77

RGB

 RED value IS 74 (29.3% from 255) = 24.5%

 GREEN value IS 109 (42.97% from 255) = 36.09%

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

R = 24.5%
G = 36.09%
B = 39.4%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A6D77 (or 0x4A6D77) is known color: Bismark. HEX triplet: 4A, 6D and 77. RGB value is (74,109,119). Sum of RGB (Red+Green+Blue) = 74+109+119=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A6D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D77 is #B59288. Grayscale: #636363. Windows color (decimal): -11899529 or 7826762. OLE color: 7826762.

HSL color Cylindrical-coordinate representation of color #4A6D77: hue angle of 193.33º 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 #4A6D77 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 109 119 -
CMYK 0.38 0.08 0 0.53
HSL 193.33º 0.23% 0.38% -
HSV(B) 193.33º 0.38% 0.47% -
XYZ 11.62 13.73 19.49 -
YUV 99.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 74 109 119 0.38 0.08 0 0.53 193.33 0.23 0.38
Hex 4A 6D 77 26 8 0 35 C1 17 26
Octal 112 155 167 46 10 0 65 301 27 46
Binary 1001010 1101101 1110111 100110 1000 0 110101 11000001 10111 100110

Color Harmonies of #4A6D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D77

Black with #4A6D77

Text Example


Text Example

White with #4A6D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,119); }

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

background-color css

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

 a { background-color: rgb(74,109,119); }

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

border-color css

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

 span { border-color: rgb(74,109,119); }

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