Html Css Color HEX #466A80 Bismark

📋 copy color: '#466A80'

red 70 ◦ green 106 ◦ blue 128

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

Shades of Bismark #466A80

Tints of Bismark #466A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 23.03%
G = 34.87%
B = 42.11%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#466A80 (or 0x466A80) is known color: Bismark. HEX triplet: 46, 6A and 80. RGB value is (70,106,128). Sum of RGB (Red+Green+Blue) = 70+106+128=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #466A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A80 is #B9957F. Grayscale: #616161. Windows color (decimal): -12162432 or 8415814. OLE color: 8415814.

HSL color Cylindrical-coordinate representation of color #466A80: hue angle of 202.76º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #466A80 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 106 128 -
CMYK 0.45 0.17 0 0.50
HSL 202.76º 0.29% 0.39% -
HSV(B) 202.76º 0.45% 0.5% -
XYZ 11.58 13.17 22.35 -
YUV 97.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 70 106 128 0.45 0.17 0 0.50 202.76 0.29 0.39
Hex 46 6A 80 2D 11 0 32 CB 1D 27
Octal 106 152 200 55 21 0 62 313 35 47
Binary 1000110 1101010 10000000 101101 10001 0 110010 11001011 11101 100111

Color Harmonies of #466A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A80

Black with #466A80

Text Example


Text Example

White with #466A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466A80; }

 p { color: rgb(70,106,128); }

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

background-color css

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

 a { background-color: rgb(70,106,128); }

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

border-color css

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

 span { border-color: rgb(70,106,128); }

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