Html Css Color HEX #4E6370 Bismark

📋 copy color: '#4E6370'

red 78 ◦ green 99 ◦ blue 112

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

Shades of Bismark #4E6370

Tints of Bismark #4E6370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 26.99%
G = 34.26%
B = 38.75%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E6370 (or 0x4E6370) is known color: Bismark. HEX triplet: 4E, 63 and 70. RGB value is (78,99,112). Sum of RGB (Red+Green+Blue) = 78+99+112=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E6370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6370 is #B19C8F. Grayscale: #5E5E5E. Windows color (decimal): -11639952 or 7365454. OLE color: 7365454.

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

Color convert

RGB 78 99 112 -
CMYK 0.30 0.12 0 0.56
HSL 202.94º 0.18% 0.37% -
HSV(B) 202.94º 0.3% 0.44% -
XYZ 10.53 11.71 17.04 -
YUV 94.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 78 99 112 0.30 0.12 0 0.56 202.94 0.18 0.37
Hex 4E 63 70 1E C 0 38 CB 12 25
Octal 116 143 160 36 14 0 70 313 22 45
Binary 1001110 1100011 1110000 11110 1100 0 111000 11001011 10010 100101

Color Harmonies of #4E6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6370

Black with #4E6370

Text Example


Text Example

White with #4E6370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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