Html Css Color HEX #466E7B Bismark

📋 copy color: '#466E7B'

red 70 ◦ green 110 ◦ blue 123

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

Shades of Bismark #466E7B

Tints of Bismark #466E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

 BLUE value IS 123 (48.44% from 255) = 40.59%

R = 23.1%
G = 36.3%
B = 40.59%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#466E7B (or 0x466E7B) is known color: Bismark. HEX triplet: 46, 6E and 7B. RGB value is (70,110,123). Sum of RGB (Red+Green+Blue) = 70+110+123=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #466E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E7B is #B99184. Grayscale: #636363. Windows color (decimal): -12161413 or 8089158. OLE color: 8089158.

HSL color Cylindrical-coordinate representation of color #466E7B: hue angle of 194.72º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #466E7B is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 110 123 -
CMYK 0.43 0.11 0 0.52
HSL 194.72º 0.27% 0.38% -
HSV(B) 194.72º 0.43% 0.48% -
XYZ 11.68 13.88 20.8 -
YUV 99.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 70 110 123 0.43 0.11 0 0.52 194.72 0.27 0.38
Hex 46 6E 7B 2B B 0 34 C3 1B 26
Octal 106 156 173 53 13 0 64 303 33 46
Binary 1000110 1101110 1111011 101011 1011 0 110100 11000011 11011 100110

Color Harmonies of #466E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E7B

Black with #466E7B

Text Example


Text Example

White with #466E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,123); }

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

background-color css

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

 a { background-color: rgb(70,110,123); }

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

border-color css

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

 span { border-color: rgb(70,110,123); }

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