Html Css Color HEX #466E7C Bismark

📋 copy color: '#466E7C'

red 70 ◦ green 110 ◦ blue 124

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

Shades of Bismark #466E7C

Tints of Bismark #466E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 23.03%
G = 36.18%
B = 40.79%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#466E7C (or 0x466E7C) is known color: Bismark. HEX triplet: 46, 6E and 7C. RGB value is (70,110,124). Sum of RGB (Red+Green+Blue) = 70+110+124=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #466E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E7C is #B99183. Grayscale: #636363. Windows color (decimal): -12161412 or 8154694. OLE color: 8154694.

HSL color Cylindrical-coordinate representation of color #466E7C: hue angle of 195.56º degrees, saturation: 0.28, 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 #466E7C is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 110 124 -
CMYK 0.44 0.11 0 0.51
HSL 195.56º 0.28% 0.38% -
HSV(B) 195.56º 0.44% 0.49% -
XYZ 11.74 13.91 21.13 -
YUV 99.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 70 110 124 0.44 0.11 0 0.51 195.56 0.28 0.38
Hex 46 6E 7C 2C B 0 33 C4 1C 26
Octal 106 156 174 54 13 0 63 304 34 46
Binary 1000110 1101110 1111100 101100 1011 0 110011 11000100 11100 100110

Color Harmonies of #466E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E7C

Black with #466E7C

Text Example


Text Example

White with #466E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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