Html Css Color HEX #4A6577 Bismark

📋 copy color: '#4A6577'

red 74 ◦ green 101 ◦ blue 119

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

Shades of Bismark #4A6577

Tints of Bismark #4A6577

RGB

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

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

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

R = 25.17%
G = 34.35%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A6577 (or 0x4A6577) is known color: Bismark. HEX triplet: 4A, 65 and 77. RGB value is (74,101,119). Sum of RGB (Red+Green+Blue) = 74+101+119=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A6577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6577 is #B59A88. Grayscale: #5E5E5E. Windows color (decimal): -11901577 or 7824714. OLE color: 7824714.

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

Color convert

RGB 74 101 119 -
CMYK 0.38 0.15 0 0.53
HSL 204º 0.23% 0.38% -
HSV(B) 204º 0.38% 0.47% -
XYZ 10.81 12.1 19.22 -
YUV 94.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 74 101 119 0.38 0.15 0 0.53 204 0.23 0.38
Hex 4A 65 77 26 F 0 35 CC 17 26
Octal 112 145 167 46 17 0 65 314 27 46
Binary 1001010 1100101 1110111 100110 1111 0 110101 11001100 10111 100110

Color Harmonies of #4A6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6577

Black with #4A6577

Text Example


Text Example

White with #4A6577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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