Html Css Color HEX #4E697C Bismark

📋 copy color: '#4E697C'

red 78 ◦ green 105 ◦ blue 124

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

Shades of Bismark #4E697C

Tints of Bismark #4E697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 25.41%
G = 34.2%
B = 40.39%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E697C (or 0x4E697C) is known color: Bismark. HEX triplet: 4E, 69 and 7C. RGB value is (78,105,124). Sum of RGB (Red+Green+Blue) = 78+105+124=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E697C is #B19683. Grayscale: #626262. Windows color (decimal): -11638404 or 8153422. OLE color: 8153422.

HSL color Cylindrical-coordinate representation of color #4E697C: hue angle of 204.78º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E697C is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 105 124 -
CMYK 0.37 0.15 0 0.51
HSL 204.78º 0.23% 0.4% -
HSV(B) 204.78º 0.37% 0.49% -
XYZ 11.83 13.18 20.99 -
YUV 99.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 78 105 124 0.37 0.15 0 0.51 204.78 0.23 0.4
Hex 4E 69 7C 25 F 0 33 CD 17 28
Octal 116 151 174 45 17 0 63 315 27 50
Binary 1001110 1101001 1111100 100101 1111 0 110011 11001101 10111 101000

Color Harmonies of #4E697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E697C

Black with #4E697C

Text Example


Text Example

White with #4E697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,105,124); }

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

background-color css

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

 a { background-color: rgb(78,105,124); }

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

border-color css

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

 span { border-color: rgb(78,105,124); }

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