Html Css Color HEX #4E6575 Bismark

📋 copy color: '#4E6575'

red 78 ◦ green 101 ◦ blue 117

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

Shades of Bismark #4E6575

Tints of Bismark #4E6575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 26.35%
G = 34.12%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4E6575 (or 0x4E6575) is known color: Bismark. HEX triplet: 4E, 65 and 75. RGB value is (78,101,117). Sum of RGB (Red+Green+Blue) = 78+101+117=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E6575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6575 is #B19A8A. Grayscale: #5F5F5F. Windows color (decimal): -11639435 or 7693646. OLE color: 7693646.

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

Color convert

RGB 78 101 117 -
CMYK 0.33 0.14 0 0.54
HSL 204.62º 0.2% 0.38% -
HSV(B) 204.62º 0.33% 0.46% -
XYZ 11.01 12.21 18.61 -
YUV 95.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 78 101 117 0.33 0.14 0 0.54 204.62 0.2 0.38
Hex 4E 65 75 21 E 0 36 CD 14 26
Octal 116 145 165 41 16 0 66 315 24 46
Binary 1001110 1100101 1110101 100001 1110 0 110110 11001101 10100 100110

Color Harmonies of #4E6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6575

Black with #4E6575

Text Example


Text Example

White with #4E6575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,101,117); }

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

background-color css

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

 a { background-color: rgb(78,101,117); }

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

border-color css

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

 span { border-color: rgb(78,101,117); }

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