Html Css Color HEX #4E6371 Bismark

📋 copy color: '#4E6371'

red 78 ◦ green 99 ◦ blue 113

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

Shades of Bismark #4E6371

Tints of Bismark #4E6371

RGB

 RED value IS 78 (30.86% from 255) = 26.9%

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

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

R = 26.9%
G = 34.14%
B = 38.97%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E6371 (or 0x4E6371) is known color: Bismark. HEX triplet: 4E, 63 and 71. RGB value is (78,99,113). Sum of RGB (Red+Green+Blue) = 78+99+113=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E6371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6371 is #B19C8E. Grayscale: #5E5E5E. Windows color (decimal): -11639951 or 7430990. OLE color: 7430990.

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

Color convert

RGB 78 99 113 -
CMYK 0.31 0.12 0 0.56
HSL 204º 0.18% 0.37% -
HSV(B) 204º 0.31% 0.44% -
XYZ 10.58 11.74 17.33 -
YUV 94.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 78 99 113 0.31 0.12 0 0.56 204 0.18 0.37
Hex 4E 63 71 1F C 0 38 CC 12 25
Octal 116 143 161 37 14 0 70 314 22 45
Binary 1001110 1100011 1110001 11111 1100 0 111000 11001100 10010 100101

Color Harmonies of #4E6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6371

Black with #4E6371

Text Example


Text Example

White with #4E6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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