Html Css Color HEX #4E6675 Bismark

📋 copy color: '#4E6675'

red 78 ◦ green 102 ◦ blue 117

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

Shades of Bismark #4E6675

Tints of Bismark #4E6675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 26.26%
G = 34.34%
B = 39.39%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4E6675 (or 0x4E6675) is known color: Bismark. HEX triplet: 4E, 66 and 75. RGB value is (78,102,117). Sum of RGB (Red+Green+Blue) = 78+102+117=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6675 is #B1998A. Grayscale: #606060. Windows color (decimal): -11639179 or 7693902. OLE color: 7693902.

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

Color convert

RGB 78 102 117 -
CMYK 0.33 0.13 0 0.54
HSL 203.08º 0.2% 0.38% -
HSV(B) 203.08º 0.33% 0.46% -
XYZ 11.1 12.41 18.64 -
YUV 96.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 78 102 117 0.33 0.13 0 0.54 203.08 0.2 0.38
Hex 4E 66 75 21 D 0 36 CB 14 26
Octal 116 146 165 41 15 0 66 313 24 46
Binary 1001110 1100110 1110101 100001 1101 0 110110 11001011 10100 100110

Color Harmonies of #4E6675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6675

Black with #4E6675

Text Example


Text Example

White with #4E6675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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