Html Css Color HEX #466371 Bismark

📋 copy color: '#466371'

red 70 ◦ green 99 ◦ blue 113

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

Shades of Bismark #466371

Tints of Bismark #466371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 24.82%
G = 35.11%
B = 40.07%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466371 (or 0x466371) is known color: Bismark. HEX triplet: 46, 63 and 71. RGB value is (70,99,113). Sum of RGB (Red+Green+Blue) = 70+99+113=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #466371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466371 is #B99C8E. Grayscale: #5B5B5B. Windows color (decimal): -12164239 or 7430982. OLE color: 7430982.

HSL color Cylindrical-coordinate representation of color #466371: hue angle of 199.53º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466371 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 99 113 -
CMYK 0.38 0.12 0 0.56
HSL 199.53º 0.23% 0.36% -
HSV(B) 199.53º 0.38% 0.44% -
XYZ 9.97 11.42 17.3 -
YUV 91.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 70 99 113 0.38 0.12 0 0.56 199.53 0.23 0.36
Hex 46 63 71 26 C 0 38 C8 17 24
Octal 106 143 161 46 14 0 70 310 27 44
Binary 1000110 1100011 1110001 100110 1100 0 111000 11001000 10111 100100

Color Harmonies of #466371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466371

Black with #466371

Text Example


Text Example

White with #466371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466371; }

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

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

background-color css

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

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

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

border-color css

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

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

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