Html Css Color HEX #46697B Bismark

📋 copy color: '#46697B'

red 70 ◦ green 105 ◦ blue 123

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

Shades of Bismark #46697B

Tints of Bismark #46697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.23%

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 23.49%
G = 35.23%
B = 41.28%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46697B (or 0x46697B) is known color: Bismark. HEX triplet: 46, 69 and 7B. RGB value is (70,105,123). Sum of RGB (Red+Green+Blue) = 70+105+123=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #46697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46697B is #B99684. Grayscale: #606060. Windows color (decimal): -12162693 or 8087878. OLE color: 8087878.

HSL color Cylindrical-coordinate representation of color #46697B: hue angle of 200.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46697B is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 105 123 -
CMYK 0.43 0.15 0 0.52
HSL 200.38º 0.27% 0.38% -
HSV(B) 200.38º 0.43% 0.48% -
XYZ 11.15 12.84 20.63 -
YUV 96.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 70 105 123 0.43 0.15 0 0.52 200.38 0.27 0.38
Hex 46 69 7B 2B F 0 34 C8 1B 26
Octal 106 151 173 53 17 0 64 310 33 46
Binary 1000110 1101001 1111011 101011 1111 0 110100 11001000 11011 100110

Color Harmonies of #46697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46697B

Black with #46697B

Text Example


Text Example

White with #46697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46697B; }

 p { color: rgb(70,105,123); }

 H1.HeaderClassName
 {
   color: #46697B;
 }
 .AnyTagClassName
 {
   color: #46697B;
 }
</style>

background-color css

<style>
 a { background-color: #46697B; }

 a { background-color: rgb(70,105,123); }

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

border-color css

<style>
 span { border-color: #46697B; }

 span { border-color: rgb(70,105,123); }

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