Html Css Color HEX #466873 Bismark

📋 copy color: '#466873'

red 70 ◦ green 104 ◦ blue 115

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

Shades of Bismark #466873

Tints of Bismark #466873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

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

R = 24.22%
G = 35.99%
B = 39.79%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466873 (or 0x466873) is known color: Bismark. HEX triplet: 46, 68 and 73. RGB value is (70,104,115). Sum of RGB (Red+Green+Blue) = 70+104+115=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #466873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466873 is #B9978C. Grayscale: #5F5F5F. Windows color (decimal): -12162957 or 7563334. OLE color: 7563334.

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

Color convert

RGB 70 104 115 -
CMYK 0.39 0.10 0 0.55
HSL 194.67º 0.24% 0.36% -
HSV(B) 194.67º 0.39% 0.45% -
XYZ 10.57 12.44 18.06 -
YUV 95.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 70 104 115 0.39 0.10 0 0.55 194.67 0.24 0.36
Hex 46 68 73 27 A 0 37 C3 18 24
Octal 106 150 163 47 12 0 67 303 30 44
Binary 1000110 1101000 1110011 100111 1010 0 110111 11000011 11000 100100

Color Harmonies of #466873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466873

Black with #466873

Text Example


Text Example

White with #466873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466873; }

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

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

background-color css

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

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

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

border-color css

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

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

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