Html Css Color HEX #4A6B73 Bismark

📋 copy color: '#4A6B73'

red 74 ◦ green 107 ◦ blue 115

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

Shades of Bismark #4A6B73

Tints of Bismark #4A6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 25%
G = 36.15%
B = 38.85%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A6B73 (or 0x4A6B73) is known color: Bismark. HEX triplet: 4A, 6B and 73. RGB value is (74,107,115). Sum of RGB (Red+Green+Blue) = 74+107+115=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A6B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B73 is #B5948C. Grayscale: #616161. Windows color (decimal): -11900045 or 7564106. OLE color: 7564106.

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

Color convert

RGB 74 107 115 -
CMYK 0.36 0.07 0 0.55
HSL 191.71º 0.22% 0.37% -
HSV(B) 191.71º 0.36% 0.45% -
XYZ 11.18 13.21 18.18 -
YUV 98.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 74 107 115 0.36 0.07 0 0.55 191.71 0.22 0.37
Hex 4A 6B 73 24 7 0 37 C0 16 25
Octal 112 153 163 44 7 0 67 300 26 45
Binary 1001010 1101011 1110011 100100 111 0 110111 11000000 10110 100101

Color Harmonies of #4A6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B73

Black with #4A6B73

Text Example


Text Example

White with #4A6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,115); }

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

background-color css

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

 a { background-color: rgb(74,107,115); }

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

border-color css

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

 span { border-color: rgb(74,107,115); }

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