Html Css Color HEX #466172 Bismark

📋 copy color: '#466172'

red 70 ◦ green 97 ◦ blue 114

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

Shades of Bismark #466172

Tints of Bismark #466172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 24.91%
G = 34.52%
B = 40.57%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466172 (or 0x466172) is known color: Bismark. HEX triplet: 46, 61 and 72. RGB value is (70,97,114). Sum of RGB (Red+Green+Blue) = 70+97+114=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #466172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466172 is #B99E8D. Grayscale: #5A5A5A. Windows color (decimal): -12164750 or 7496006. OLE color: 7496006.

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

Color convert

RGB 70 97 114 -
CMYK 0.39 0.15 0 0.55
HSL 203.18º 0.24% 0.36% -
HSV(B) 203.18º 0.39% 0.45% -
XYZ 9.84 11.07 17.54 -
YUV 90.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 70 97 114 0.39 0.15 0 0.55 203.18 0.24 0.36
Hex 46 61 72 27 F 0 37 CB 18 24
Octal 106 141 162 47 17 0 67 313 30 44
Binary 1000110 1100001 1110010 100111 1111 0 110111 11001011 11000 100100

Color Harmonies of #466172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466172

Black with #466172

Text Example


Text Example

White with #466172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466172; }

 p { color: rgb(70,97,114); }

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

background-color css

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

 a { background-color: rgb(70,97,114); }

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

border-color css

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

 span { border-color: rgb(70,97,114); }

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