Html Css Color HEX #466973 Bismark

📋 copy color: '#466973'

red 70 ◦ green 105 ◦ blue 115

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

Shades of Bismark #466973

Tints of Bismark #466973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 24.14%
G = 36.21%
B = 39.66%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466973 (or 0x466973) is known color: Bismark. HEX triplet: 46, 69 and 73. RGB value is (70,105,115). Sum of RGB (Red+Green+Blue) = 70+105+115=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #466973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466973 is #B9968C. Grayscale: #5F5F5F. Windows color (decimal): -12162701 or 7563590. OLE color: 7563590.

HSL color Cylindrical-coordinate representation of color #466973: hue angle of 193.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466973 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 105 115 -
CMYK 0.39 0.09 0 0.55
HSL 193.33º 0.24% 0.36% -
HSV(B) 193.33º 0.39% 0.45% -
XYZ 10.67 12.64 18.1 -
YUV 95.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 70 105 115 0.39 0.09 0 0.55 193.33 0.24 0.36
Hex 46 69 73 27 9 0 37 C1 18 24
Octal 106 151 163 47 11 0 67 301 30 44
Binary 1000110 1101001 1110011 100111 1001 0 110111 11000001 11000 100100

Color Harmonies of #466973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466973

Black with #466973

Text Example


Text Example

White with #466973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466973; }

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

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

background-color css

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

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

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

border-color css

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

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

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