Html Css Color HEX #4E6874 Bismark

📋 copy color: '#4E6874'

red 78 ◦ green 104 ◦ blue 116

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

Shades of Bismark #4E6874

Tints of Bismark #4E6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 26.17%
G = 34.9%
B = 38.93%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E6874 (or 0x4E6874) is known color: Bismark. HEX triplet: 4E, 68 and 74. RGB value is (78,104,116). Sum of RGB (Red+Green+Blue) = 78+104+116=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E6874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6874 is #B1978B. Grayscale: #616161. Windows color (decimal): -11638668 or 7628878. OLE color: 7628878.

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

Color convert

RGB 78 104 116 -
CMYK 0.33 0.10 0 0.55
HSL 198.95º 0.2% 0.38% -
HSV(B) 198.95º 0.33% 0.45% -
XYZ 11.24 12.78 18.4 -
YUV 97.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 78 104 116 0.33 0.10 0 0.55 198.95 0.2 0.38
Hex 4E 68 74 21 A 0 37 C7 14 26
Octal 116 150 164 41 12 0 67 307 24 46
Binary 1001110 1101000 1110100 100001 1010 0 110111 11000111 10100 100110

Color Harmonies of #4E6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6874

Black with #4E6874

Text Example


Text Example

White with #4E6874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,104,116); }

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

background-color css

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

 a { background-color: rgb(78,104,116); }

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

border-color css

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

 span { border-color: rgb(78,104,116); }

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