#466C7A

Color #466C7A Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #466C7A

Tints of Bismark #466C7A

Color information

#466C7A (or 0x466C7A) is unknown color: approx Bismark. HEX triplet: 46, 6C and 7A. RGB value is (70,108,122). Sum of RGB (Red+Green+Blue) = 70+108+122=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #466C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C7A is #B99385. Grayscale: #626262. Windows color (decimal): -12161926 or 8023110. OLE color: 8023110.

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

Color convert

RGB70108122-
CMYK0.430.1100.52
HSL196.15º27.08%37.65%-
HSV(B)196.15º42.62%47.84%-
XYZ11.413.4320.4-
YUV98.23141.41107.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 122 (48.05% from 255) = 40.67%
R=23.33%
G=36%
B=40.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal701081220.430.1100.52196.1527.0837.65
Hex466C7A2BB034c41b26
Octal10615417253130643043346
Binary100011011011001111010101011101101101001100010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #466C7A;
 }
 .AnyTagClassName
 {
   color: #466C7A;
 }
</style>
background-color css

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

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

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

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

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

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