Html Css Color HEX #46747F Bismark

📋 copy color: '#46747F'

red 70 ◦ green 116 ◦ blue 127

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

Shades of Bismark #46747F

Tints of Bismark #46747F

RGB

 RED value IS 70 (27.73% from 255) = 22.36%

 GREEN value IS 116 (45.7% from 255) = 37.06%

 BLUE value IS 127 (50% from 255) = 40.58%

R = 22.36%
G = 37.06%
B = 40.58%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46747F (or 0x46747F) is known color: Bismark. HEX triplet: 46, 74 and 7F. RGB value is (70,116,127). Sum of RGB (Red+Green+Blue) = 70+116+127=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #46747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46747F is #B98B80. Grayscale: #676767. Windows color (decimal): -12159873 or 8352838. OLE color: 8352838.

HSL color Cylindrical-coordinate representation of color #46747F: hue angle of 191.58º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46747F is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 116 127 -
CMYK 0.45 0.09 0 0.50
HSL 191.58º 0.29% 0.39% -
HSV(B) 191.58º 0.45% 0.5% -
XYZ 12.6 15.33 22.37 -
YUV 103.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 70 116 127 0.45 0.09 0 0.50 191.58 0.29 0.39
Hex 46 74 7F 2D 9 0 32 C0 1D 27
Octal 106 164 177 55 11 0 62 300 35 47
Binary 1000110 1110100 1111111 101101 1001 0 110010 11000000 11101 100111

Color Harmonies of #46747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46747F

Black with #46747F

Text Example


Text Example

White with #46747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46747F; }

 p { color: rgb(70,116,127); }

 H1.HeaderClassName
 {
   color: #46747F;
 }
 .AnyTagClassName
 {
   color: #46747F;
 }
</style>

background-color css

<style>
 a { background-color: #46747F; }

 a { background-color: rgb(70,116,127); }

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

border-color css

<style>
 span { border-color: #46747F; }

 span { border-color: rgb(70,116,127); }

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