Html Css Color HEX #466173 Bismark

📋 copy color: '#466173'

red 70 ◦ green 97 ◦ blue 115

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

Shades of Bismark #466173

Tints of Bismark #466173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 24.82%
G = 34.4%
B = 40.78%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466173 (or 0x466173) is known color: Bismark. HEX triplet: 46, 61 and 73. RGB value is (70,97,115). Sum of RGB (Red+Green+Blue) = 70+97+115=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #466173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466173 is #B99E8C. Grayscale: #5A5A5A. Windows color (decimal): -12164749 or 7561542. OLE color: 7561542.

HSL color Cylindrical-coordinate representation of color #466173: hue angle of 204º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466173 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 97 115 -
CMYK 0.39 0.16 0 0.55
HSL 204º 0.24% 0.36% -
HSV(B) 204º 0.39% 0.45% -
XYZ 9.89 11.09 17.84 -
YUV 90.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 70 97 115 0.39 0.16 0 0.55 204 0.24 0.36
Hex 46 61 73 27 10 0 37 CC 18 24
Octal 106 141 163 47 20 0 67 314 30 44
Binary 1000110 1100001 1110011 100111 10000 0 110111 11001100 11000 100100

Color Harmonies of #466173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466173

Black with #466173

Text Example


Text Example

White with #466173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466173; }

 p { color: rgb(70,97,115); }

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

background-color css

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

 a { background-color: rgb(70,97,115); }

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

border-color css

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

 span { border-color: rgb(70,97,115); }

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