Html Css Color HEX #4E707C Bismark

📋 copy color: '#4E707C'

red 78 ◦ green 112 ◦ blue 124

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

Shades of Bismark #4E707C

Tints of Bismark #4E707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 24.84%
G = 35.67%
B = 39.49%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E707C (or 0x4E707C) is known color: Bismark. HEX triplet: 4E, 70 and 7C. RGB value is (78,112,124). Sum of RGB (Red+Green+Blue) = 78+112+124=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E707C is #B18F83. Grayscale: #676767. Windows color (decimal): -11636612 or 8155214. OLE color: 8155214.

HSL color Cylindrical-coordinate representation of color #4E707C: hue angle of 195.65º 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 #4E707C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 112 124 -
CMYK 0.37 0.10 0 0.51
HSL 195.65º 0.23% 0.4% -
HSV(B) 195.65º 0.37% 0.49% -
XYZ 12.57 14.66 21.24 -
YUV 103.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 78 112 124 0.37 0.10 0 0.51 195.65 0.23 0.4
Hex 4E 70 7C 25 A 0 33 C4 17 28
Octal 116 160 174 45 12 0 63 304 27 50
Binary 1001110 1110000 1111100 100101 1010 0 110011 11000100 10111 101000

Color Harmonies of #4E707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E707C

Black with #4E707C

Text Example


Text Example

White with #4E707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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