Html Css Color HEX #46697A Bismark

📋 copy color: '#46697A'

red 70 ◦ green 105 ◦ blue 122

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

Shades of Bismark #46697A

Tints of Bismark #46697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 23.57%
G = 35.35%
B = 41.08%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46697A (or 0x46697A) is known color: Bismark. HEX triplet: 46, 69 and 7A. RGB value is (70,105,122). Sum of RGB (Red+Green+Blue) = 70+105+122=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #46697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46697A is #B99685. Grayscale: #606060. Windows color (decimal): -12162694 or 8022342. OLE color: 8022342.

HSL color Cylindrical-coordinate representation of color #46697A: hue angle of 199.62º 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 #46697A is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 105 122 -
CMYK 0.43 0.14 0 0.52
HSL 199.62º 0.27% 0.38% -
HSV(B) 199.62º 0.43% 0.48% -
XYZ 11.09 12.81 20.3 -
YUV 96.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 70 105 122 0.43 0.14 0 0.52 199.62 0.27 0.38
Hex 46 69 7A 2B E 0 34 C8 1B 26
Octal 106 151 172 53 16 0 64 310 33 46
Binary 1000110 1101001 1111010 101011 1110 0 110100 11001000 11011 100110

Color Harmonies of #46697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46697A

Black with #46697A

Text Example


Text Example

White with #46697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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