Html Css Color HEX #4E6773 Bismark

📋 copy color: '#4E6773'

red 78 ◦ green 103 ◦ blue 115

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

Shades of Bismark #4E6773

Tints of Bismark #4E6773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 26.35%
G = 34.8%
B = 38.85%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E6773 (or 0x4E6773) is known color: Bismark. HEX triplet: 4E, 67 and 73. RGB value is (78,103,115). Sum of RGB (Red+Green+Blue) = 78+103+115=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6773 is #B1988C. Grayscale: #606060. Windows color (decimal): -11638925 or 7563086. OLE color: 7563086.

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

Color convert

RGB 78 103 115 -
CMYK 0.32 0.10 0 0.55
HSL 199.46º 0.19% 0.38% -
HSV(B) 199.46º 0.32% 0.45% -
XYZ 11.09 12.56 18.06 -
YUV 96.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 78 103 115 0.32 0.10 0 0.55 199.46 0.19 0.38
Hex 4E 67 73 20 A 0 37 C7 13 26
Octal 116 147 163 40 12 0 67 307 23 46
Binary 1001110 1100111 1110011 100000 1010 0 110111 11000111 10011 100110

Color Harmonies of #4E6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6773

Black with #4E6773

Text Example


Text Example

White with #4E6773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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