Html Css Color HEX #466978 Bismark

📋 copy color: '#466978'

red 70 ◦ green 105 ◦ blue 120

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

Shades of Bismark #466978

Tints of Bismark #466978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.68%

R = 23.73%
G = 35.59%
B = 40.68%

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

#466978 (or 0x466978) is known color: Bismark. HEX triplet: 46, 69 and 78. RGB value is (70,105,120). Sum of RGB (Red+Green+Blue) = 70+105+120=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #466978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466978 is #B99687. Grayscale: #606060. Windows color (decimal): -12162696 or 7891270. OLE color: 7891270.

HSL color Cylindrical-coordinate representation of color #466978: hue angle of 198º degrees, saturation: 0.26, 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 #466978 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 105 120 -
CMYK 0.42 0.13 0 0.53
HSL 198º 0.26% 0.37% -
HSV(B) 198º 0.42% 0.47% -
XYZ 10.97 12.76 19.65 -
YUV 96.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 70 105 120 0.42 0.13 0 0.53 198 0.26 0.37
Hex 46 69 78 2A D 0 35 C6 1A 25
Octal 106 151 170 52 15 0 65 306 32 45
Binary 1000110 1101001 1111000 101010 1101 0 110101 11000110 11010 100101

Color Harmonies of #466978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466978

Black with #466978

Text Example


Text Example

White with #466978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466978; }

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

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

background-color css

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

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

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

border-color css

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

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

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