Html Css Color HEX #466471 Bismark

📋 copy color: '#466471'

red 70 ◦ green 100 ◦ blue 113

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

Shades of Bismark #466471

Tints of Bismark #466471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

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

R = 24.73%
G = 35.34%
B = 39.93%

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

#466471 (or 0x466471) is known color: Bismark. HEX triplet: 46, 64 and 71. RGB value is (70,100,113). Sum of RGB (Red+Green+Blue) = 70+100+113=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #466471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466471 is #B99B8E. Grayscale: #5C5C5C. Windows color (decimal): -12163983 or 7431238. OLE color: 7431238.

HSL color Cylindrical-coordinate representation of color #466471: hue angle of 198.14º 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 #466471 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 100 113 -
CMYK 0.38 0.12 0 0.56
HSL 198.14º 0.23% 0.36% -
HSV(B) 198.14º 0.38% 0.44% -
XYZ 10.06 11.61 17.33 -
YUV 92.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 70 100 113 0.38 0.12 0 0.56 198.14 0.23 0.36
Hex 46 64 71 26 C 0 38 C6 17 24
Octal 106 144 161 46 14 0 70 306 27 44
Binary 1000110 1100100 1110001 100110 1100 0 111000 11000110 10111 100100

Color Harmonies of #466471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466471

Black with #466471

Text Example


Text Example

White with #466471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466471; }

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

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

background-color css

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

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

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

border-color css

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

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

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