Html Css Color HEX #466979 Bismark

📋 copy color: '#466979'

red 70 ◦ green 105 ◦ blue 121

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

Shades of Bismark #466979

Tints of Bismark #466979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.47%

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 23.65%
G = 35.47%
B = 40.88%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#466979 (or 0x466979) is known color: Bismark. HEX triplet: 46, 69 and 79. RGB value is (70,105,121). Sum of RGB (Red+Green+Blue) = 70+105+121=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #466979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466979 is #B99686. Grayscale: #606060. Windows color (decimal): -12162695 or 7956806. OLE color: 7956806.

HSL color Cylindrical-coordinate representation of color #466979: hue angle of 198.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #466979 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 105 121 -
CMYK 0.42 0.13 0 0.53
HSL 198.82º 0.27% 0.37% -
HSV(B) 198.82º 0.42% 0.47% -
XYZ 11.03 12.79 19.98 -
YUV 96.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 70 105 121 0.42 0.13 0 0.53 198.82 0.27 0.37
Hex 46 69 79 2A D 0 35 C7 1B 25
Octal 106 151 171 52 15 0 65 307 33 45
Binary 1000110 1101001 1111001 101010 1101 0 110101 11000111 11011 100101

Color Harmonies of #466979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466979

Black with #466979

Text Example


Text Example

White with #466979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466979; }

 p { color: rgb(70,105,121); }

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

background-color css

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

 a { background-color: rgb(70,105,121); }

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

border-color css

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

 span { border-color: rgb(70,105,121); }

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