Html Css Color HEX #466671 Bismark

📋 copy color: '#466671'

red 70 ◦ green 102 ◦ blue 113

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

Shades of Bismark #466671

Tints of Bismark #466671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 24.56%
G = 35.79%
B = 39.65%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466671 (or 0x466671) is known color: Bismark. HEX triplet: 46, 66 and 71. RGB value is (70,102,113). Sum of RGB (Red+Green+Blue) = 70+102+113=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #466671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466671 is #B9998E. Grayscale: #5D5D5D. Windows color (decimal): -12163471 or 7431750. OLE color: 7431750.

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

Color convert

RGB 70 102 113 -
CMYK 0.38 0.10 0 0.56
HSL 195.35º 0.23% 0.36% -
HSV(B) 195.35º 0.38% 0.44% -
XYZ 10.26 12 17.4 -
YUV 93.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 70 102 113 0.38 0.10 0 0.56 195.35 0.23 0.36
Hex 46 66 71 26 A 0 38 C3 17 24
Octal 106 146 161 46 12 0 70 303 27 44
Binary 1000110 1100110 1110001 100110 1010 0 111000 11000011 10111 100100

Color Harmonies of #466671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466671

Black with #466671

Text Example


Text Example

White with #466671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466671; }

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

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

background-color css

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

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

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

border-color css

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

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

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