Html Css Color HEX #4E6774 Bismark

📋 copy color: '#4E6774'

red 78 ◦ green 103 ◦ blue 116

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

Shades of Bismark #4E6774

Tints of Bismark #4E6774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

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

R = 26.26%
G = 34.68%
B = 39.06%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E6774 (or 0x4E6774) is known color: Bismark. HEX triplet: 4E, 67 and 74. RGB value is (78,103,116). Sum of RGB (Red+Green+Blue) = 78+103+116=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E6774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6774 is #B1988B. Grayscale: #606060. Windows color (decimal): -11638924 or 7628622. OLE color: 7628622.

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

Color convert

RGB 78 103 116 -
CMYK 0.33 0.11 0 0.55
HSL 200.53º 0.2% 0.38% -
HSV(B) 200.53º 0.33% 0.45% -
XYZ 11.14 12.58 18.36 -
YUV 97.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 78 103 116 0.33 0.11 0 0.55 200.53 0.2 0.38
Hex 4E 67 74 21 B 0 37 C9 14 26
Octal 116 147 164 41 13 0 67 311 24 46
Binary 1001110 1100111 1110100 100001 1011 0 110111 11001001 10100 100110

Color Harmonies of #4E6774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6774

Black with #4E6774

Text Example


Text Example

White with #4E6774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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