Html Css Color HEX #4E6571 Bismark

📋 copy color: '#4E6571'

red 78 ◦ green 101 ◦ blue 113

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

Shades of Bismark #4E6571

Tints of Bismark #4E6571

RGB

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

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

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

R = 26.71%
G = 34.59%
B = 38.7%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E6571 (or 0x4E6571) is known color: Bismark. HEX triplet: 4E, 65 and 71. RGB value is (78,101,113). Sum of RGB (Red+Green+Blue) = 78+101+113=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6571 is #B19A8E. Grayscale: #5F5F5F. Windows color (decimal): -11639439 or 7431502. OLE color: 7431502.

HSL color Cylindrical-coordinate representation of color #4E6571: hue angle of 200.57º 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 #4E6571 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 101 113 -
CMYK 0.31 0.11 0 0.56
HSL 200.57º 0.18% 0.37% -
HSV(B) 200.57º 0.31% 0.44% -
XYZ 10.78 12.12 17.39 -
YUV 95.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 78 101 113 0.31 0.11 0 0.56 200.57 0.18 0.37
Hex 4E 65 71 1F B 0 38 C9 12 25
Octal 116 145 161 37 13 0 70 311 22 45
Binary 1001110 1100101 1110001 11111 1011 0 111000 11001001 10010 100101

Color Harmonies of #4E6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6571

Black with #4E6571

Text Example


Text Example

White with #4E6571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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