Html Css Color HEX #4C6371 Bismark

📋 copy color: '#4C6371'

red 76 ◦ green 99 ◦ blue 113

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

Shades of Bismark #4C6371

Tints of Bismark #4C6371

RGB

 RED value IS 76 (30.08% from 255) = 26.39%

 GREEN value IS 99 (39.06% from 255) = 34.38%

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 26.39%
G = 34.38%
B = 39.24%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C6371 (or 0x4C6371) is known color: Bismark. HEX triplet: 4C, 63 and 71. RGB value is (76,99,113). Sum of RGB (Red+Green+Blue) = 76+99+113=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C6371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6371 is #B39C8E. Grayscale: #5D5D5D. Windows color (decimal): -11771023 or 7430988. OLE color: 7430988.

HSL color Cylindrical-coordinate representation of color #4C6371: hue angle of 202.7º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C6371 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 99 113 -
CMYK 0.33 0.12 0 0.56
HSL 202.7º 0.2% 0.37% -
HSV(B) 202.7º 0.33% 0.44% -
XYZ 10.42 11.65 17.32 -
YUV 93.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 76 99 113 0.33 0.12 0 0.56 202.7 0.2 0.37
Hex 4C 63 71 21 C 0 38 CB 14 25
Octal 114 143 161 41 14 0 70 313 24 45
Binary 1001100 1100011 1110001 100001 1100 0 111000 11001011 10100 100101

Color Harmonies of #4C6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6371

Black with #4C6371

Text Example


Text Example

White with #4C6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,99,113); }

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

background-color css

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

 a { background-color: rgb(76,99,113); }

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

border-color css

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

 span { border-color: rgb(76,99,113); }

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