Html Css Color HEX #46717F Bismark

📋 copy color: '#46717F'

red 70 ◦ green 113 ◦ blue 127

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

Shades of Bismark #46717F

Tints of Bismark #46717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

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

R = 22.58%
G = 36.45%
B = 40.97%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46717F (or 0x46717F) is known color: Bismark. HEX triplet: 46, 71 and 7F. RGB value is (70,113,127). Sum of RGB (Red+Green+Blue) = 70+113+127=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #46717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46717F is #B98E80. Grayscale: #656565. Windows color (decimal): -12160641 or 8352070. OLE color: 8352070.

HSL color Cylindrical-coordinate representation of color #46717F: hue angle of 194.74º 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 #46717F is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 113 127 -
CMYK 0.45 0.11 0 0.50
HSL 194.74º 0.29% 0.39% -
HSV(B) 194.74º 0.45% 0.5% -
XYZ 12.26 14.64 22.26 -
YUV 101.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 70 113 127 0.45 0.11 0 0.50 194.74 0.29 0.39
Hex 46 71 7F 2D B 0 32 C3 1D 27
Octal 106 161 177 55 13 0 62 303 35 47
Binary 1000110 1110001 1111111 101101 1011 0 110010 11000011 11101 100111

Color Harmonies of #46717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46717F

Black with #46717F

Text Example


Text Example

White with #46717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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