Html Css Color HEX #466D7A Bismark

📋 copy color: '#466D7A'

red 70 ◦ green 109 ◦ blue 122

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

Shades of Bismark #466D7A

Tints of Bismark #466D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 23.26%
G = 36.21%
B = 40.53%

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

#466D7A (or 0x466D7A) is known color: Bismark. HEX triplet: 46, 6D and 7A. RGB value is (70,109,122). Sum of RGB (Red+Green+Blue) = 70+109+122=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #466D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D7A is #B99285. Grayscale: #626262. Windows color (decimal): -12161670 or 8023366. OLE color: 8023366.

HSL color Cylindrical-coordinate representation of color #466D7A: hue angle of 195º 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 #466D7A is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 109 122 -
CMYK 0.43 0.11 0 0.52
HSL 195º 0.27% 0.38% -
HSV(B) 195º 0.43% 0.48% -
XYZ 11.51 13.64 20.44 -
YUV 98.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 70 109 122 0.43 0.11 0 0.52 195 0.27 0.38
Hex 46 6D 7A 2B B 0 34 C3 1B 26
Octal 106 155 172 53 13 0 64 303 33 46
Binary 1000110 1101101 1111010 101011 1011 0 110100 11000011 11011 100110

Color Harmonies of #466D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D7A

Black with #466D7A

Text Example


Text Example

White with #466D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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