Html Css Color HEX #466D7E Bismark

📋 copy color: '#466D7E'

red 70 ◦ green 109 ◦ blue 126

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

Shades of Bismark #466D7E

Tints of Bismark #466D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 22.95%
G = 35.74%
B = 41.31%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#466D7E (or 0x466D7E) is known color: Bismark. HEX triplet: 46, 6D and 7E. RGB value is (70,109,126). Sum of RGB (Red+Green+Blue) = 70+109+126=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #466D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D7E is #B99281. Grayscale: #636363. Windows color (decimal): -12161666 or 8285510. OLE color: 8285510.

HSL color Cylindrical-coordinate representation of color #466D7E: hue angle of 198.21º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #466D7E is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 109 126 -
CMYK 0.44 0.13 0 0.51
HSL 198.21º 0.29% 0.38% -
HSV(B) 198.21º 0.44% 0.49% -
XYZ 11.76 13.75 21.77 -
YUV 99.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 70 109 126 0.44 0.13 0 0.51 198.21 0.29 0.38
Hex 46 6D 7E 2C D 0 33 C6 1D 26
Octal 106 155 176 54 15 0 63 306 35 46
Binary 1000110 1101101 1111110 101100 1101 0 110011 11000110 11101 100110

Color Harmonies of #466D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D7E

Black with #466D7E

Text Example


Text Example

White with #466D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,109,126); }

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

background-color css

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

 a { background-color: rgb(70,109,126); }

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

border-color css

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

 span { border-color: rgb(70,109,126); }

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