Html Css Color HEX #4E6A72 Bismark

📋 copy color: '#4E6A72'

red 78 ◦ green 106 ◦ blue 114

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

Shades of Bismark #4E6A72

Tints of Bismark #4E6A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 26.17%
G = 35.57%
B = 38.26%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E6A72 (or 0x4E6A72) is known color: Bismark. HEX triplet: 4E, 6A and 72. RGB value is (78,106,114). Sum of RGB (Red+Green+Blue) = 78+106+114=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E6A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6A72 is #B1958D. Grayscale: #626262. Windows color (decimal): -11638158 or 7498318. OLE color: 7498318.

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

Color convert

RGB 78 106 114 -
CMYK 0.32 0.07 0 0.55
HSL 193.33º 0.19% 0.38% -
HSV(B) 193.33º 0.32% 0.45% -
XYZ 11.33 13.14 17.86 -
YUV 98.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 78 106 114 0.32 0.07 0 0.55 193.33 0.19 0.38
Hex 4E 6A 72 20 7 0 37 C1 13 26
Octal 116 152 162 40 7 0 67 301 23 46
Binary 1001110 1101010 1110010 100000 111 0 110111 11000001 10011 100110

Color Harmonies of #4E6A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6A72

Black with #4E6A72

Text Example


Text Example

White with #4E6A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,106,114); }

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

background-color css

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

 a { background-color: rgb(78,106,114); }

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

border-color css

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

 span { border-color: rgb(78,106,114); }

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